mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 07:16:20 +00:00
fgets: buffer size
This commit is contained in:
@@ -50,9 +50,6 @@
|
||||
#include "log.h"
|
||||
#include "common.h"
|
||||
|
||||
// assume malloc stores at most 8 bytes for size of allocated memory
|
||||
// and page size is at least 4KB
|
||||
#define READ_BUF_SIZE 4088
|
||||
|
||||
struct curl_data_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user