pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Some trivial fixes to please static code analyzers #47

Closed huth closed 3 years ago

huth commented 3 years ago

Some code analyzers complain about possible memory leaks and missing NULL checks after malloc in hexedit. Here are some fixes to these issues.