Re: Endless loop in split_on_bdry() of library/parser_multipart.c?

2008-06-04 Thread Bojan Smojver
I propose we fix this as attached. I tested this on Fedora 9 and it works OK. Opinions? -- Bojan Index: library/parser_multipart.c === --- library/parser_multipart.c (revision 663420) +++ library/parser_multipart.c (working copy) @@

Re: Endless loop in split_on_bdry() of library/parser_multipart.c?

2008-06-04 Thread Joe Schaefer
--- Bojan Smojver [EMAIL PROTECTED] wrote: I propose we fix this as attached. I tested this on Fedora 9 and it works OK. Opinions? Needs a comment in the source about why we're using volatile here, but otherwise +1.