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.
This commit is contained in:
Nick Mathewson 2014-09-18 12:08:50 -04:00
parent ca5b5c7d86
commit fb57b8badc

View File

@ -2097,7 +2097,7 @@ test_evbuffer_copyout(void *dummy)
"When the rich Allobrogenses never kept amanuenses, "
"And our only plots were piled in lakes at Berne.";
/* -- Kipling, "In The Neolithic Age" */
char tmp[256];
char tmp[1024];
struct evbuffer_ptr ptr;
struct evbuffer *buf;