summaryrefslogtreecommitdiffstats
path: root/src/file_hdf.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_hdf.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+2
* src/file_hdf.c: improve file_check_hdf() annotationsChristophe Grenier2023-10-081-22/+44
* src/file_hdf.c: improve Frama-C annotationsChristophe Grenier2021-06-151-11/+5
* src/file_hdf.c: add some frama-c annotationsChristophe Grenier2021-02-221-0/+19
* src/file_hdf.c: fix warnings reported by frama-cChristophe Grenier2020-09-141-9/+25
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: fix potential endless loop/crash when parsing abr files,Christophe Grenier2018-02-261-4/+4
* Fix for various cppcheck warningsChristophe Grenier2016-06-141-4/+4
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-8/+9
* Turn off various signed/unsigned comparaison warningsChristophe Grenier2014-11-151-1/+3
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-1/+6
* PhotoRec: stricter checl for .hdf filesChristophe Grenier2014-07-261-9/+8
* PhotoRec: fix recovered .hdf fileChristophe Grenier2012-10-211-2/+4
* PhotoRec: fix potential out-of-bound read access in *.hdf file recoveryChristophe Grenier2012-06-181-9/+12
* PhotoRec: recover Hierarchical Data Format 4 .hdfChristophe Grenier2011-07-151-0/+126