]> granicus.if.org Git - libevent/commit
Do a memberwise comparison of threading function tables
authorNate R <nate_r@example.com>
Tue, 24 Jan 2012 22:15:50 +0000 (17:15 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Jan 2012 22:15:50 +0000 (17:15 -0500)
commitc94a5f2a2cce7b6751a95343e0d80b7d150add31
tree6ce8579cda12fb50de9e81f8130a3ed9868c66e1
parent438d4ff2bd2459cbb6778750f840c3667a302bfb
Do a memberwise comparison of threading function tables

Doing a memcmp risks comparing uninitialized padding bytes at the
end of the structure.
evthread.c