1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libtt: Resolve format-overflow issues

This commit is contained in:
Peter Howkins 2021-12-23 19:59:48 +00:00 committed by Jon Trulson
parent 33fad36133
commit 5a763ae48b

View file

@ -640,7 +640,7 @@ parsed_address(_Tt_string &addr_string)
int junk_version = 1;
Tt_status status;
const char *addr_format_fmt = "%%ld %%d %%d %%d %%lu %%%ds %%d";
char addr_format[32];
char addr_format[64];
const char *fcs1_addr_format_fmt = "%%ld %%d %%d %%d %%lu %%%ds";
char fcs1_addr_format[32];