rizin/librz/io
Riccardo Schirone c9d6ad9ee6
io: return error when reading/writing to unmapped memory (#3323)
* core: 'wow' command was replaced with 'wb'

* io: on_map_skyline returns false when nothing was done

Before this patch on_map_skyline returned true even when the callback
was not called on any part of the skyline. In other words,
reading/writing to an unmapped memory returned true.

This commit changes the behaviour to return false in those cases.

* analysis/esil: mem_read/mem_write were alway returning true

* use o malloc instead of oC

* librz: deal with seek errors
2023-02-11 11:36:27 +01:00
..
p io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
io.c io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
io_cache.c Convert 'wc' commands to rzshell (#2297) 2022-02-10 15:48:57 +01:00
io_desc.c io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
io_fd.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
io_map.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
io_memory.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
io_memory.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
io_plugin.c librz: do not duplicate plugins (#3313) 2023-01-23 12:51:09 +00:00
io_private.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
ioutils.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
meson.build Removed rzbochs 2022-12-04 16:53:58 +01:00
p_cache.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
serialize_io.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00