Skip to content

Commit bad0019

Browse files
authored
Update Changelog
1 parent 390178c commit bad0019

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Changelog

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Version 2.1
22
==
33

4-
Merged security fixes and enhancements from redisand pull requests from upstream repository
4+
Merged security fixes and enhancements from redis and pull requests from upstream repository.
55

6-
* Feat: sdssubstr
7-
* Feat: sdscatfmt support of %c
6+
* Sec: integer overflow (CVE-2021-21309)
7+
* Sec: integer overflow in _sdsMakeRoomFor (CVE-2021-41099)
8+
* Sec: potential overflow in sdsll2str
9+
* Feat: add sdssubstr function
10+
* Feat: added some more format specifiers to sdscatfmt
811
* Upd: readme improvements
9-
* Fix: integer overflow (CVE-2021-21309)
10-
* Fix: bug in sdscatfmt when % is the last format char
11-
* Fix: potential overflow in sdsll2str
12-
* Fix: integer overflow in _sdsMakeRoomFor (CVE-2021-41099)
12+
* Fix: bug in sdscatfmt when % is the last format character
13+
* Fix: sdscatfmt call sdsMakeRoomFor, asked for more space than intended
1314
* Fix: sdssplitlen - set count to 0 if returned NULL
1415
* Fix: sdstrim - no need to compare the value of ep and sp
15-
* Fix: sdscatfmt call sdsMakeRoomFor, asked for more space than intended
1616
* Fix: avoid warnings with -Wshadow
1717
* Fix: add missing headerguard in sdsalloc.h
1818

0 commit comments

Comments
 (0)