Commit Graph

12 Commits

Author SHA1 Message Date
ritt 4d4b4cf17b Changed assert to real test 2022-02-15 13:42:08 +01:00
Konstantin Olchanski e6e2e64548 Remove more strcpy() 2020-05-22 14:06:34 -07:00
Konstantin Olchanski f09643b9fc Fix incorrect string resize 2020-05-22 13:52:26 -07:00
Konstantin Olchanski 5609cf96d0 Remove most strcpy() 2020-05-22 13:46:27 -07:00
Konstantin Olchanski 732f3040b3 Replace all sprintf() with std::string 2020-05-22 13:36:48 -07:00
Konstantin Olchanski 6b96d7aa9c Remove sprintf() 2020-05-22 12:55:44 -07:00
Ben Smith f6fc49d9aa Remove premature free() which can cause segfaults. It is anyway freed later when freeing writer->stack[writer->level]. 2019-08-01 15:34:10 -07:00
ritt 7ca9a5a425 Fixed correct free 2019-07-10 16:59:08 +02:00
ritt 0ebf750197 Fixed double free 2019-07-10 16:55:35 +02:00
Konstantin Olchanski 2e48b71244 mxml.cxx no longer uses strlcpy. strlcat() relaced with std::string, strlcpy() for now uses private copy mxml_strlcpy() 2019-06-17 18:11:43 -07:00
ritt d38f63e76d Put back KO's modifications 2019-06-10 16:05:49 +02:00
ritt 5d8f4a273a Changed .c files to .cxx files 2019-06-06 18:27:38 +02:00