magic/cif
Darryl L. Miles 7feec63580 cif/CIFgen.c: CmdFindNetProc() Call to function with fewer arguments than declared parameters
The 'isvalid' pointer argument to CmdFindNetProc() is for an optional return value, so must be
NULL when feature is not used.

Copilot Autofix rejected: ttype = CmdFindNetProc(netname, CIFDummyUse, &bbox, FALSE, additional_arg1, additional_arg2);

commands/CmdFI.c
cfb81101 (2022-03-30 13:02:12 -0400 1584)     bool *isvalid;

commit f89d52dbcc (tag: 8.3.253)
Date:   Thu Jan 6 13:29:43 2022 -0500

CodeQL: https://github.com/dlmiles/magic/security/code-scanning/7
2024-10-01 12:36:12 -04:00
..
CIFgen.c cif/CIFgen.c: CmdFindNetProc() Call to function with fewer arguments than declared parameters 2024-10-01 12:36:12 -04:00
CIFhier.c Corrected the routine that parses MASKHINTS_* in cell properties to 2024-05-01 13:45:00 -04:00
CIFint.h Added an experimental option for the cifoutput tech file section to 2023-01-13 17:21:37 -05:00
CIFmain.c Substantially revised the equations for computing bridges for the 2021-01-24 13:29:20 -05:00
CIFrdcl.c Corrected the "flatten in place" command to force a redraw after 2022-12-19 16:05:38 -05:00
CIFrdpoly.c configure: cleanup diff 2023-07-12 05:04:18 +09:00
CIFrdpt.c (1) Added a check for unclosed boundaries when reading GDS. 2023-01-27 11:47:37 -05:00
CIFrdtech.c After a discussion about "cifinput" rules, realized that there is 2023-10-17 15:54:38 -04:00
CIFrdutils.c Added a tile unfracture routine at the end of CIFMakeManhattanPath 2023-12-30 14:10:09 -05:00
CIFread.h After a discussion about "cifinput" rules, realized that there is 2023-10-17 15:54:38 -04:00
CIFsee.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CIFtech.c Added an experimental option for the cifoutput tech file section to 2023-01-13 17:21:37 -05:00
CIFwrite.c Added the ability to track the first CellDef to fail to read and 2024-04-29 17:43:37 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
cif.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00