angr / simuvex

[DEPRECATED] A symbolic execution engine for the VEX IR
BSD 2-Clause "Simplified" License
79 stars 57 forks source link

'close' syscall returns an error if fd does not exist #77

Closed themaks closed 7 years ago

themaks commented 7 years ago

Fix a crash which occured when 'close' syscall was given an unknown file descriptor as argument

zardus commented 7 years ago

Thanks!