mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-17 18:26:53 +00:00
Fix CID 1134971
This commit is contained in:
parent
7f0c542df6
commit
7abb1b0e44
@ -221,6 +221,7 @@ static int runfile () {
|
||||
RSocket *child, *fd = r_socket_new (0);
|
||||
if (!r_socket_listen (fd, _listen, NULL)) {
|
||||
eprintf ("rarun2: cannot listen\n");
|
||||
r_socket_free (fd);
|
||||
return 1;
|
||||
}
|
||||
child = r_socket_accept (fd);
|
||||
|
Loading…
Reference in New Issue
Block a user