]> granicus.if.org Git - php/commit
Fix for bug 9908: check that the result of mail_sort is not 0 before trying
authorChuck Hagenbuch <chagenbu@php.net>
Mon, 23 Apr 2001 21:58:44 +0000 (21:58 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Mon, 23 Apr 2001 21:58:44 +0000 (21:58 +0000)
commit029cd8a8829cd856a9d09f91336b017de9b85b4d
treef2fbfb9f7b489ebb19a19e3e2925bdd4175633df
parent0be5cca176792001bda27cf07861e0716d4f52fe
Fix for bug 9908: check that the result of mail_sort is not 0 before trying
to dereference the pointer. :)

Also, free sort programs - this might have been a memory leak.
ext/imap/php_imap.c