magic/calma
Darryl L. Miles 1360f962a1 calma/CalmaRdcl.c: calmaFindCell() Call to function with fewer arguments than declared parameters
The 'predefined' pointer argument to calmaFindCell() is for an optional return value, so must be
NULL when feature is not used.

Copilot Autofix rejected: newdef = calmaFindCell(newname, someSecondArgument);

calma/CalmaRdcl.c
1c822652 (2020-12-04 16:56:51 -0500 1359)     bool *predefined; /* If this cell was in memory before the GDS
1c822652 (2020-12-04 16:56:51 -0500 1360)                        * file was read, then this flag gets set.
1c822652 (2020-12-04 16:56:51 -0500 1361)                        */

commit 1c82265244 (tag: mpw-one-a, tag: 8.3.92)
Date:   Fri Dec 4 16:56:51 2020 -0500

CodeQL: https://github.com/dlmiles/magic/security/code-scanning/6
        https://github.com/dlmiles/magic/security/code-scanning/5
2024-10-01 12:36:12 -04:00
..
CalmaRdcl.c After a discussion about "cifinput" rules, realized that there is 2023-10-17 15:54:38 -04:00
CalmaRdio.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaRdpt.c calma/CalmaRdcl.c: calmaFindCell() Call to function with fewer arguments than declared parameters 2024-10-01 12:36:12 -04:00
CalmaRead.c Added checks for GDS scalefactor (DBU) both when reading GDS in 2023-11-21 09:44:16 -05:00
CalmaWrite.c Added the ability to track the first CellDef to fail to read and 2024-04-29 17:43:37 -04:00
CalmaWriteZ.c Added the ability to track the first CellDef to fail to read and 2024-04-29 17:43:37 -04:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h Implemented a new command option "gds magscale" to reinterpret the 2023-07-19 20:33:01 -04:00
calmaInt.h Added checks for GDS scalefactor (DBU) both when reading GDS in 2023-11-21 09:44:16 -05:00