BinaryUtils icon indicating copy to clipboard operation
BinaryUtils copied to clipboard

validate booleans from binary data

Open dktapps opened this issue 5 years ago • 0 comments
trafficstars

The current code accepts any non-zero value for true and 0 for false, but if a value outside of the range 0-1 is encountered, it most likely indicates corrupted data or broken code.

dktapps avatar Dec 01 '19 12:12 dktapps