From: Camm Maguire Date: Thu, 11 Aug 2022 17:16:42 +0000 (+0100) Subject: X-Git-Tag: archive/raspbian/2.7.1-4+rpi1~1^2~1^2~93 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=94b6beb4c1742371a579a5f0be4d70330aa0218c;p=gcl27.git Bug-Debian: https://bugs.debian.org/802203 TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.12-40) unstable; urgency=medium * pathnames1.2 * Bug fix: "popen arguments not quoted causes trouble and security issues", thanks to axel (Closes: #802203). Gbp-Pq: Name pathnames1.3 --- diff --git a/o/unixfsys.c b/o/unixfsys.c index 3c47a0f..9dcac65 100755 --- a/o/unixfsys.c +++ b/o/unixfsys.c @@ -83,7 +83,7 @@ DEFUN_NEW("UID-TO-NAME",object,fSuid_to_name,SI,1,1,NONE,OI,OO,OO,OO,(fixnum uid long r; massert((r=sysconf(_SC_GETPW_R_SIZE_MAX))>=0); - massert(r=0); - massert(rst.st_fillp==1)