magic/select
Darryl L. Miles d297b99953 select/selOps.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(lab1, use, &rect, FALSE, additionalArg);

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/25
2024-10-01 12:36:12 -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
selCreate.c Another correction that avoids a crash condition when attempting 2024-05-25 21:15:01 -04:00
selDisplay.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
selEnum.c Added a command option "setlabel box" to modify the attachment box 2023-01-04 14:08:39 -05:00
selInt.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
selOps.c select/selOps.c: CmdFindNetProc() Call to function with fewer arguments than declared parameters 2024-10-01 12:36:12 -04:00
selUndo.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
selUnselect.c Corrected an issue with the limited bitfield dedicated to port numbers; 2021-12-12 22:09:31 -05:00
select.h Corrected an issue with "flatten -doinplace" with no cell name 2023-07-28 15:25:42 -04:00