ritt
|
cfce5afcc9
|
Fixed compiler warnings
|
2024-07-26 15:46:36 +02:00 |
|
ritt
|
726495c1e5
|
Replaced sprintf by snprintf
|
2023-02-06 13:22:54 +01:00 |
|
ritt
|
15cd4bd1e0
|
Fixed incorrect buffer handling
|
2022-08-05 18:53:55 +02:00 |
|
ritt
|
a97f18a2c0
|
Removed wrong xml element
|
2022-08-05 08:26:16 +02:00 |
|
Konstantin Olchanski
|
aef5c8b5c0
|
mxml use mxml_strlcpy()
|
2022-08-04 10:23:44 -07:00 |
|
ritt
|
4f0a8b6815
|
Added missing include file
|
2022-08-04 19:11:07 +02:00 |
|
ritt
|
d29b1093ed
|
Fixed typo
|
2022-08-04 16:05:29 +02:00 |
|
ritt
|
ed60694e4c
|
Implemented mxml_print_tree
|
2022-08-04 12:24:10 +02:00 |
|
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 |
|