MLA
MLA copied to clipboard
Consider using `checked` operation whenever user input is handled
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.