Skip to content

Commit

Permalink
Merge pull request #12 from dlparkhurst/overrun
Browse files Browse the repository at this point in the history
Should fix buffer overrun warnings in hstinpt from compiler.
  • Loading branch information
scharlton2 authored Jun 21, 2024
2 parents ed78899 + c413f81 commit b5c3227
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 b5c3227

Please sign in to comment.