openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

URLBox: check for null-terminator #43

Closed bitsgalore closed 10 years ago

bitsgalore commented 10 years ago

URL is encoded as a null-terminated UTF-8 string. Add check for presence of null terminator.

bitsgalore commented 10 years ago

Added in 1.13.0!