summaryrefslogtreecommitdiffstats
path: root/src/file_ico.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_ico.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_ico.c: improve Frama-C annotationsChristophe Grenier2021-06-221-7/+3
* src/file_ico.c: add frama-c annotationsChristophe Grenier2021-02-241-0/+17
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: add bound check while parsing ico filesChristophe Grenier2019-08-051-16/+14
* Remove useless ico_dir variable initialisation in header_check_ico()Christophe Grenier2016-06-241-1/+1
* PhotoRec: recover .ico containing up to 9 icones instead of only 1Christophe Grenier2015-10-111-22/+79
* 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-2/+2
* PhotoRec: stricter check for .icoChristophe Grenier2014-09-171-1/+2
* Remove unnecessary time.h header inclusionChristophe Grenier2013-04-191-3/+0
* PhotoRec: stricter check for .icoChristophe Grenier2010-05-211-4/+8
* Fix some compilation warningsChristophe Grenier2009-02-031-4/+0
* PhotoRec: an icon should be square and 16 pixels minimumChristophe Grenier2009-01-221-4/+8
* PhotoRec: recover Windows ico iconsChristophe Grenier2009-01-181-0/+101