aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bad/bad-null-byte.ttl
AgeCommit message (Collapse)AuthorFilesLines
2020-08-16Fix EOF and null byte handlingDavid Robillard1-0/+0
This is a bit questionable, but the null byte support is needed for streaming over a socket where some delimiter is required. This caused a bug where serdi would hang forever on corrupt files that contain a null byte. Fix this by consuming the byte, but otherwise behaving as before.