Consider using checked
operation whenever user input is handled
#219
Labels
enhancement
New feature or request
checked
operation whenever user input is handled
#219
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.The text was updated successfully, but these errors were encountered: