]> granicus.if.org Git - libevent/commit
Fix possible nullptr dereference in evhttp_send_reply_end()
authorFelix Nawothnig <felix.nawothnig@gmail.com>
Sun, 30 May 2010 01:17:48 +0000 (03:17 +0200)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Jun 2010 17:25:58 +0000 (13:25 -0400)
commit29b2e233a7a4eb0f1842368770d545a685743d80
tree10b8e72018b55397217a5340f618480a028a8a34
parent17a8e2d72b156f82c7ecaba989a996c943f03042
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)
http.c