Fixes CVE-2014-3618 (heap overflow in formisc.c allowing denial of service and potential remote execution of arbitrary code). https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3618 Source: http://seclists.org/oss-sec/2014/q3/495 Adopted by Debian as patch '27': https://sources.debian.net/src/procmail/3.22-25/debian/patches/27/ --- a/src/formisc.c +++ b/src/formisc.c @@ -84,12 +84,11 @@ case '"':*target++=delim='"';start++; } ;{ int i; - do + while(*start) if((i= *target++= *start++)==delim) /* corresponding delimiter? */ break; else if(i=='\\'&&*start) /* skip quoted character */ *target++= *start++; - while(*start); /* anything? */ } hitspc=2; } nchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-locales.patch
ass='msg-avail'>...* gnu/packages/kde-internet.scm (falkon): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
AgeCommit message (Expand)Author
Sughosha
2023-08-03gnu: libktorrent: Update to 23.04.3....* gnu/packages/kde-internet.scm (libktorrent): Update to 23.04.3. 宋文武
2023-08-03gnu: ktorrent: Update to 23.04.3....* gnu/packages/kde-internet.scm (ktorrent): Update to 23.04.3. 宋文武
2023-08-03gnu: krdc: Update to 23.04.3....* gnu/packages/kde-internet.scm (krdc): Update to 23.04.3. 宋文武
2023-08-03gnu: kopete: Update to 23.04.3....* gnu/packages/kde-internet.scm (kopete): Update to 23.04.3. 宋文武
2023-08-03gnu: konversation: Update to 23.04.3....* gnu/packages/kde-internet.scm (konversation): Update to 23.04.3. 宋文武
2023-08-03gnu: kget: Update to 23.04.3....* gnu/packages/kde-internet.scm (kget): Update to 23.04.3. 宋文武