]> granicus.if.org Git - libevent/commit
Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from()
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 16:08:50 +0000 (12:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 16:08:50 +0000 (12:08 -0400)
commitfb57b8badce60ecaf07bd1b562fa660dd1372e7d
treebf1ddbc3809895e429b163efc87b7cfea38768c3
parentca5b5c7d86ed31a2d7675545f3d1c520f68583d3
Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from()

The call was safe, but coverity couldn't tell. CID 1239294.
test/regress_buffer.c