changed test's buffer size to 64
this shouldn't be problem (I think)
This commit is contained in:
parent
70a2040bab
commit
74931327c0
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
char *buffer = malloc(sizeof(int) * strlen(TEST_TEXT));
|
char *buffer = malloc(64);
|
||||||
|
|
||||||
inputFlags flags =
|
inputFlags flags =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user