Riccardo Schirone 64d16fc506 Some code cleanup and asserts in RBin ##refactor
* libr/bin: no need to allocate RBinOptions on the heap
* bin: start using r_return_* around, that's just the beginning
* bin: remove io_owned since it's not used anywhere
* io: make r_io_bind return nothing
* bin: remove unused functions and simplify r_bin_load_io
r_bin_load_io was calling r_bin_load_io2 with UT64_MAX as sz parameter,
but r_bin_load_io2 just returns false if (st64)sz is less than 0, so
that call is actually useless and can be removed.
* bin/bin: fix some preconditions
* bin/open: fix precondition to check for bin and filename too
2018-10-21 01:27:15 +02:00
..
2018-10-15 21:43:37 +02:00
2018-09-26 10:05:44 -07:00
2018-10-12 12:18:22 +02:00
2018-09-26 10:03:32 -07:00
2018-10-12 12:17:29 +02:00
2018-10-12 12:17:29 +02:00
2018-10-07 00:29:11 +02:00
2018-05-16 10:24:35 +02:00