3135N/AThis patch comes from upstream:
3135N/A
3135N/Ahttp://seclists.org/oss-sec/2014/q3/495
3135N/A
3135N/AWe presume it will be part of a future release of procmail.
3135N/A
3135N/A--- procmail-3.22/src/formisc.c.~2~ 2014-09-04 08:56:27.832599147 -0700
3135N/A+++ procmail-3.22/src/formisc.c 2014-09-04 08:56:54.543558430 -0700
3135N/A@@ -84,12 +84,11 @@
3135N/A case '"':*target++=delim='"';start++;
3135N/A }
3135N/A ;{ int i;
3135N/A- do
3135N/A+ while(*start)
3135N/A if((i= *target++= *start++)==delim) /* corresponding delimiter? */
3135N/A break;
3135N/A else if(i=='\\'&&*start) /* skip quoted character */
3135N/A *target++= *start++;
3135N/A- while(*start); /* anything? */
3135N/A }
3135N/A hitspc=2;
3135N/A }