aboutsummaryrefslogtreecommitdiffstats
path: root/Str.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential heap buffer corruption due to StrgrowKuang-che Wu2016-08-301-2/+2
| | | | | | If Str.length = 5 and area_size = 6, the result of Strgrow is still area_size = 6. For such case, Strcat_char and Strinsert_char will overflow one byte.
* 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