edk2/MdeModulePkg/Bus/Ata/AtaBusDxe
Aaron Pop 0bc1db4adf MdeModulePkg: Fix missing NULL tests
https://github.com/github/codeql/blob/codeql-cli-2.7.3/cpp/ql/src/Critical/MissingNullTest.qhelp

For items which allocate memory, or get a pointer from another
structure, it is important to validate that the pointers
are not null before they are dereferenced.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2026-08-05 02:13:24 +00:00
..
AtaBus.c MdeModulePkg: Update ReceiveData and SendData function description 2024-03-13 02:48:38 +00:00
AtaBus.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
AtaBusDxe.inf MdeModulePkg/Bus/Ata: Fix various typos 2020-02-10 22:30:07 +00:00
AtaBusDxe.uni MdeModulePkg/Bus/Ata: Fix various typos 2020-02-10 22:30:07 +00:00
AtaBusDxeExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
AtaPassThruExecute.c MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00
ComponentName.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00