aboutsummaryrefslogtreecommitdiffstats
path: root/Str.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check STR_SIZE_MAX in Strcat_charTatsuya Kinoshita2021-03-211-2/+0
* Prevent very small allocation in Str.cTatsuya Kinoshita2021-03-201-10/+20
* Decrease STR_SIZE_MAX to prevent large memory usageTatsuya Kinoshita2021-03-191-1/+1
* Prevent redundant memory reallocation in Str.cTatsuya Kinoshita2021-03-041-15/+8
* Prevent unneeded Strgrow in Strinsert_charTatsuya Kinoshita2021-03-041-1/+1
* Consider Strgrow overflow in Strinsert_charTatsuya Kinoshita2021-03-041-1/+3
* Prevent unneeded memory allocation in StrgrowTatsuya Kinoshita2021-03-031-6/+8
* Prevent large memory usage and null-deref in Str.cTatsuya Kinoshita2021-03-021-1/+27
* Prevent zero size allocation in Str.cTatsuya Kinoshita2021-02-281-4/+4
* Prevent unintentional integer overflow in Strcat_charp_nTatsuya Kinoshita2021-02-281-1/+1
* Prevent unintentional integer overflow in StrgrowTatsuya Kinoshita2021-02-281-1/+1
* One more fix overflow due to StrgrowTatsuya Kinoshita2021-02-271-2/+5
* Fix potential overflow due to Str.cTatsuya Kinoshita2021-02-261-8/+34
* Fix integer overflow due to StrgrowTatsuya Kinoshita2021-02-261-0/+5
* Prevent heap-buffer-overflow in Strnew_size()Tatsuya Kinoshita2016-12-101-0/+2
* Fix potential heap buffer corruption due to StrgrowKuang-che Wu2016-08-301-2/+2
* Use fgetc in while loops, use int instead of charDavid Crosby2015-08-111-10/+4
* Strnew_charp and co do not modify the char* inputRichard Quirk2015-07-251-8/+8
* Check length for Strchop()Tatsuya Kinoshita2013-08-041-2/+2
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+557