File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Version 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
You can’t perform that action at this time.
0 commit comments