Commit 2815924
committed
Fix stack overflow caused by infinite recursion
if p < 4 the loop will continue forever because efidp_node_size (called by efidp_size) returns -1 if the length of the args passed to it are < 4.
Resolves: bz#2459982
Resolves: CVE-2026-6862
Signed-off-by: Marta Lewandowska1 parent d7f5527 commit 2815924
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments