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
..
2017-01-13 12:49:42 +01:00
2018-08-31 17:56:37 +02:00
2018-10-15 20:48:24 +02:00
2018-10-12 12:18:22 +02:00
2018-10-02 00:21:29 +02:00
2018-07-09 16:58:38 +02:00
2017-03-13 14:24:53 +01:00
2018-10-15 19:13:18 +02:00