Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent heap-buffer-overflow in Strnew_size() | Tatsuya Kinoshita | 2016-12-10 | 1 | -0/+2 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/72 | ||||
* | Fix potential heap buffer corruption due to Strgrow | Kuang-che Wu | 2016-08-30 | 1 | -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 char | David Crosby | 2015-08-11 | 1 | -10/+4 |
| | |||||
* | Strnew_charp and co do not modify the char* input | Richard Quirk | 2015-07-25 | 1 | -8/+8 |
| | |||||
* | Check length for Strchop() | Tatsuya Kinoshita | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 2011-05-04 | 1 | -0/+557 |