From: Tobias Geerinckx-Rice Date: Thu, 28 Feb 2019 20:29:00 +0100 Subject: [PATCH] netpbm: Fix CVE-2017-2586. Copied verbatim from Debian[0]. [0]: https://sources.debian.org/data/main/n/netpbm-free/2:10.78.05-0.1/debian/patches/netpbm-CVE-2017-2586.patch --- diff -urNp old/converter/other/svgtopam.c new/converter/other/svgtopam.c --- old/converter/other/svgtopam.c 2017-02-08 12:11:02.593690917 +0100 +++ new/converter/other/svgtopam.c 2017-02-08 12:13:05.192846469 +0100 @@ -676,7 +676,7 @@ stringToUint(const char * const string /* TODO: move this to nstring.c */ - if (strlen(string) == 0) + if (string == NULL || strlen(string) == 0) pm_asprintf(errorP, "Value is a null string"); else { char * tailptr; >koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/m4.scm
ary uses of (guix grafts)....
AgeCommit message (Expand)Author
Ludovic Courtès
2022-10-13ci: Honor the system passed to image->job....Mathieu Othacehe
2022-10-11Revert "guix system: Remove unused 'read-operating-system' procedure."...Ludovic Courtès
2022-09-24gnu: Add compression module....Mathieu Othacehe
2022-08-17ci: Fix the images specification....Mathieu Othacehe
2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès
2022-08-05guix system: Remove unused 'read-operating-system' procedure....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-05-22ci: Do not rely on hardcoded cross-targets lists....Mathieu Othacehe