Re: [PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-20 Thread Jon Parise
On Thu, Dec 20, 2001 at 10:32:43AM +0100, Markus Fischer wrote: Glad I didn't, its a bug in ext/imap. Due the pointer juggling we're accidantly calling fs_free() on something which was never explicetely malloced. I've a patch here which takes care of this but I'm not too

[PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-19 Thread Kachalov Anton
Hi! If you try to run this lines: ? imap_mime_header_decode('[sisyphus] Re: ?KOI8-R?B?7s/X2cog0MHU3iDQxdLFy8/EydLP18vJIA==?==?KOI8-R?B?xMzR?= mc'); ? PHP will crash Rgds, Anton [EMAIL PROTECTED] http://www.altlinux.ru -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-19 Thread Markus Fischer
Verified with latest CVS. No time do dig in right now, but note the crash occurs in the imap library: (gdb) bt #0 0x40113bee in free () from /lib/libc.so.6 #1 0x40113ac3 in free () from /lib/libc.so.6 #2 0x402b4063 in fs_give () from /usr/lib/libc-client.so.2001 #3 0x4028f699 in

Re: [PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-19 Thread Jon Parise
On Wed, Dec 19, 2001 at 05:35:53PM +0100, Markus Fischer wrote: Verified with latest CVS. No time do dig in right now, but note the crash occurs in the imap library: Please forward the test case and your backtrace to the c-client mailing list: