summaryrefslogtreecommitdiffstats
path: root/src/file_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_gsm.c: add more frama-c annotationsChristophe Grenier2023-12-271-1/+7
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_gsm.c: improve Frama-C annotationsChristophe Grenier2021-06-151-16/+11
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-2/+4
* src/file_gsm.c: fix frama-c warningsChristophe Grenier2021-02-071-5/+19
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-4/+21
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-3/+6
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* remove always-true memcmpChristophe Grenier2015-05-111-2/+1
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-1/+1
* PhotoRec: recover .gsm files (prone to false positive)Christophe Grenier2015-04-051-0/+129