radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
218 stars 62 forks source link

Fix crash on Windows due to closing already closed file descriptor #192

Closed a1ext closed 5 years ago

a1ext commented 5 years ago

This PR fixes closing of a file descriptor which is already closed (causes abort() on windows) so radare2 just crashed before.

Sample to reproduce is attached in an archive, password infected CDPLAYER.EXE.zip

How to reproduce a crash:

After fix it should smoothly open such file:

image