diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:18 +0200 |
commit | a1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (patch) | |
tree | f99686bfde6b647ee0e61ae1ccb0e1c9d6ca00b5 /doc/changelog.txt | |
parent | 9ab517d65bbe24869c2c449a52eb17f572d1ac8d (diff) |
New upstream version 3.25upstream/3.25
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r-- | doc/changelog.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 9aff713..ffe75c1 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,15 @@ +v3.25 (2020-05-14) +================== +Fixes: +* string: fix out-of-bounds access when calling HX_strlcpy(x,y,0) +Changes: +* string: HX_split4 renamed to HX_split_inplace +* string: HX_split5 renamed to HX_split_fixed +* defs.h: removed partially implementation of FIELD_SIZEOF +* defs.h: removed custom offsetof definition; you will need to include + <stddef.h> or <cstddef> now. + v3.24 (2018-10-17) ================== |