doubled textBuffer size in why2-test

This commit is contained in:
Václav Šmejkal 2022-07-23 15:44:39 +02:00
parent a0ebfd19e2
commit 15e6fac10c
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -7,7 +7,7 @@
int main(void) int main(void)
{ {
//VARIABLES //VARIABLES
char *textBuffer = malloc(128); char *textBuffer = malloc(256);
char *keyBuffer; char *keyBuffer;
char *statusBuffer; char *statusBuffer;
char *outputBuffer = malloc(1); //THIS IS TEMP ALLOCATION char *outputBuffer = malloc(1); //THIS IS TEMP ALLOCATION