Skip to content

Commit

Permalink
Should fix buffer overrun warnings in hstinpt from compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlparkhurst committed Jun 20, 2024
1 parent ed78899 commit c413f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phastinput/hstinpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ chemistry_name, *
database_name;

EXTERNAL char
error_string[10 * MAX_LENGTH];
error_string[11 * MAX_LENGTH];
EXTERNAL char
tag[10 * MAX_LENGTH];
EXTERNAL int
Expand Down

0 comments on commit c413f81

Please sign in to comment.