--- - branch: MAIN date: Fri Jan 26 12:40:04 UTC 2024 files: - new: '1.16' old: '1.15' path: pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk pathrev: pkgsrc/mk/pkgformat/pkg/pkgformat-vars.mk@1.16 type: modified - new: '1.239' old: '1.238' path: pkgsrc/pkgtools/pkg_install/Makefile pathrev: pkgsrc/pkgtools/pkg_install/Makefile@1.239 type: modified - new: '1.2' old: '1.1' path: pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c pathrev: pkgsrc/pkgtools/pkg_install/files/add/parse_cross.c@1.2 type: modified - new: '1.191' old: '1.190' path: pkgsrc/pkgtools/pkg_install/files/lib/version.h pathrev: pkgsrc/pkgtools/pkg_install/files/lib/version.h@1.191 type: modified id: 20240126T124004Z.5e843644e3139f2e55bd2caff26c361eeea1a688 log: "pkg_install: Fix mistake in previous: this is strchr, not strchrnul.\n\nEither\n\n\tif ((q = strchr(p, '/')) == NULL)\n\nor\n\n\tif (*(q = strchrnul(p, '/')) == '\\0')\n\nwill work, but not\n\n\tif (*(q = strchr(p, '/')) == '\\0')\n\nwhich will crash with a null pointer dereference. Let's get the\nright version of this committed, not the wrong one! Oops.\n\nWhile here, reset PKGREVISION like I meant to do yesterday.\n" module: pkgsrc subject: 'CVS commit: pkgsrc' unixtime: '1706272804' user: riastradh