Author :
Felix Nawothnig
Date :
2010-05-30 03:17:48
Hash :29b2e233 Message :Fix possible nullptr dereference in evhttp_send_reply_end()
(The existing implementation had sanity-checking code for the case where
its argument was NULL, but it erroneously dereferenced it before actually
doing the sanity-check. --nickm)