Commit c8ae30a
Replaced ASSERT() with explicit error handling
During fuzz testing, we encountered an ASSERT() condition
being triggered.
Changes:
- Replaced ASSERT() with explicit condition check
- Returns EFI_DEVICE_ERROR on failure case
Signed-off-by: Pavel Naberezhnev <[email protected]>1 parent c809241 commit c8ae30a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
502 | 504 | | |
503 | 505 | | |
504 | 506 | | |
| |||
0 commit comments