Fix typo in constants that could cause buffer overflow

This commit is contained in:
Aaron Helton
2019-10-17 22:22:57 -04:00
parent 71d60c8858
commit 0e7392bcca

View File

@@ -8,7 +8,7 @@
#include <stdint.h>
#define MIN_VEC_SIZE 8
#define MAX_STR_SIZE 256
#define MAX_STR_SIZE 255
/*
* The C Spec does not guarantee an exact 8/16/32/64-bit size for every platform