magic/extflat
Darryl L. Miles e896377ead extflat/EFantenna.c: EFDone() Call to function with fewer arguments than declared parameters
Passing NULL is valid in efFreeNodeList() to not perform callback..

extflat/EFdef.c:
^231a299 (2017-04-25 08:41:48 -0400  97) void
5e3c26c9 (2021-12-13 18:05:53 -0500  98) EFDone(func)
5e3c26c9 (2021-12-13 18:05:53 -0500  99)     int (*func)();

commit 5e3c26c95a (tag: 8.3.241)
Date:   Mon Dec 13 18:05:53 2021 -0500

extflat/EFdef.c:97
void EFDone(int (*func)());

extflat/EFbuild.c:2180
void efFreeNodeList(EFNode *head, int (*func)());

CodeQL: https://github.com/dlmiles/magic/security/code-scanning/16
2024-10-01 12:36:12 -04:00
..
COMPRESS Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
EFantenna.c extflat/EFantenna.c: EFDone() Call to function with fewer arguments than declared parameters 2024-10-01 12:36:12 -04:00
EFargs.c Reimplemented the "extract do local" option as "extract path <name>" 2023-06-14 13:55:59 -04:00
EFbuild.c Fixed two independent errors, both of which can cause devices to be 2023-11-24 16:51:26 -05:00
EFdef.c Reimplemented the "extract do local" option as "extract path <name>" 2023-06-14 13:55:59 -04:00
EFerr.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
EFflat.c Corrected an error in "extresist" that can output an incorrect 2022-12-06 21:55:01 -05:00
EFhier.c Corrected the use of EF_SUBS_NODE to distinguish between device 2021-12-30 13:27:42 -05:00
EFint.h Added a 2nd use of the "device" property, which has long been needed, 2022-05-04 16:43:38 -04:00
EFname.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
EFread.c Corrected one major error which will cause magic to fail to find the 2023-08-06 16:53:07 -04:00
EFsym.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
EFvisit.c Fixed an error that causes magic to segfault when doing "def write" 2023-09-25 14:18:21 -04:00
Makefile Corrected a mistake with the extension of the bloat-all CIF operator 2019-10-16 20:53:03 -04:00
READ_ME Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
extflat.h Corrected the extraction offset, in which a parameter like "l" 2023-10-24 20:29:04 -04:00