change string literals to be length terminated instead of null terminated, so null characters can be embeded
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h> // for size_t
|
||||
|
||||
#define CHUNK_SIZE 16
|
||||
#define CHUNK_SIZE 1024
|
||||
|
||||
typedef struct {
|
||||
void *data;
|
||||
|
||||
Reference in New Issue
Block a user