Skip to content

Commit

Permalink
Fixed *potential* buffer overflow in phonebook loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco_Sblendorio committed Jan 22, 2019
1 parent 2fbb3c8 commit 81369a7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ultimateterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void blank_vicII(void);
#define DISPLAY_HEADER printf("%cUltimateTerm v%s %c", CG_COLOR_WHITE, version, CG_COLOR_CYAN);
#endif

#define PB_SIZE 1600
#define PB_SIZE 1640

int term_getstring(char* def, char *buf);
void term_displayheader(void);
Expand Down
Binary file modified target/geouterm.cvt
Binary file not shown.
Binary file modified target/u-term128.prg
Binary file not shown.
Binary file modified target/u-term64.prg
Binary file not shown.
Binary file modified target/ultimate-term.d64
Binary file not shown.
Binary file modified target/ultimatedemos.d64
Binary file not shown.

0 comments on commit 81369a7

Please sign in to comment.