]> granicus.if.org Git - libevent/commit
Check for NULL return on win32 mm_calloc, and set ENOMEM.
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2012 19:49:47 +0000 (14:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2012 19:49:47 +0000 (14:49 -0500)
commitaf7ba6955e6327f7999b0744716b05c260da6892
treed2c728e53b01ddc2487eb8ecf5cbb896626dae7a
parent7bcac07d5a47239ec536a70e70199cfa87eea70e
Check for NULL return on win32 mm_calloc, and set ENOMEM.

(It looks like windows doesn't set ENOMEM on overflow from calloc.)
event.c