mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-17 08:17:42 -04:00
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:
parent
ca5b5c7d86
commit
fb57b8badc
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user