Files
magic/windows
Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> d1dc038cb7 windows/windDisp.c: Redundant null check due to previous dereference
Fix code scanning alert no. 133: Redundant null check due to previous dereference (#40)

* Update windDisp.c

* DLM - AI wanted to guard the '*area' dereference in if() statement, but the code path above has address of '&' operator for the assignment to 'area' so it must always be non-null.  So I rejected this approach and removed the extra null check, replacing it with an assert().

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-10-01 12:36:13 -04:00
..
2022-10-29 06:07:46 +02:00
2022-10-29 06:07:46 +02:00
2022-10-29 06:07:46 +02:00
2020-05-27 20:35:27 -04:00
2022-10-29 06:07:46 +02:00
2020-05-27 20:35:27 -04:00
2020-05-27 20:35:27 -04:00
2022-10-29 06:07:46 +02:00