mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 08:49:50 +00:00
Fix CID 1215264
This commit is contained in:
parent
da9a25f565
commit
5f34c17f8d
@ -54,7 +54,7 @@ R_API int r_io_map_write_update(RIO *io, int fd, ut64 addr, ut64 len) {
|
||||
|
||||
R_API int r_io_map_truncate_update(RIO *io, int fd, ut64 sz) {
|
||||
int res = R_FALSE;
|
||||
RIOMap *map;
|
||||
RIOMap *map = NULL;
|
||||
RListIter *iter;
|
||||
r_list_foreach (io->maps, iter, map) {
|
||||
if (map->fd == fd) break;
|
||||
|
Loading…
Reference in New Issue
Block a user