- Commit
- 664b8603a1b6dc94d199496dc4b372b285fa89fd
- Parent
- 06156fd9194806ab98889e5ef3a309bb7075b02c
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed buffer overflow error in S_parser_feed.
The overflow could occur in the following condition:
the buffer ends with `\r` and the next memory address
contains `\n`.
Closes #184.