mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 796777 - CVE-2008-1391: Integer overflow in included strfmon function
We only used strfmon in one source file to generate three fixed format strings. Instead of updating to a newer strfmon in borrowed I have chosen to reimplement the string formatters for these strings in C++. Note this is *not* a full c++ conversion of the full functionality of assistant-loan. Only the string parsing has been redone.
This commit is contained in:
@@ -732,7 +732,6 @@ set (HAVE_PTHREAD_PRIO_INHERIT 1)
|
||||
set (HAVE_SCANF_LLD 1)
|
||||
set (HAVE_SETENV 1)
|
||||
set (HAVE_STPCPY 1)
|
||||
set (HAVE_STRFMON 1)
|
||||
set (HAVE_STRPTIME 1)
|
||||
set (HAVE_STRUCT_TM_GMTOFF 1)
|
||||
set (HAVE_TIMEGM 1)
|
||||
|
||||
Reference in New Issue
Block a user