Skip to content

Commit a9106de

Browse files
committed
fix buffer overflow found by fuzzer by making the move_vec bigger
1 parent cc6ca4d commit a9106de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zebra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ play_game( const char *file_name,
770770
int col, row;
771771
int thor_position_count;
772772
int provided_move[61];
773-
char move_vec[121];
773+
char move_vec[123];
774774
char line_buffer[1000];
775775
time_t timer;
776776
FILE *log_file;

0 commit comments

Comments
 (0)