mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 03:05:40 +00:00
Fix CID 1353779
This commit is contained in:
parent
769b1593a4
commit
9904f6ae3b
@ -204,7 +204,7 @@ R_API RBuffer *r_buf_new_slurp (const char *file) {
|
||||
}
|
||||
|
||||
R_API int r_buf_seek (RBuffer *b, st64 addr, int whence) {
|
||||
ut64 min, max = 0LL;
|
||||
ut64 min = 0LL, max = 0LL;
|
||||
if (b->fd != -1) {
|
||||
r_sandbox_lseek (b->fd, addr, whence);
|
||||
} else if (b->sparse) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user