LonnyGomes / hexcurse

Hexcurse is a ncurses-based console hexeditor written in C
Other
180 stars 17 forks source link

Fixes #13, checks if file argument is null to avoid segfault #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

Avoids core dump by checking if file input parameter is defined before trying to do a string comparison.