MLA icon indicating copy to clipboard operation
MLA copied to clipboard

Consider using `checked` operation whenever user input is handled

Open commial opened this issue 1 year ago • 0 comments

In release build, Rust's operation are no more checked. Some operation made in MLA depends on "user" (ie. the archive data) input. For instance, seeking in the binary or getting the footer start from the last bytes.

checked operation could be considered to early panic of raise an error if this kind of operation is made with invalid arguments.

commial avatar Aug 02 '24 14:08 commial