Commit ddcd0fd
DynamicTablesPkg/AmlLib: Fix refactor AmlCodeGenInvokeMethod API
CLANG CI shows that ArgCountNode can be used uninitialized. This is
a genuine error, it should be NULL-ed before any `goto exit_handler`.
Fixes: 1774a34
Signed-off-by: Mike Beaton <[email protected]>1 parent 23c1cb8 commit ddcd0fd
1 file changed
Lines changed: 7 additions & 7 deletions
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4028 | 4028 | | |
4029 | 4029 | | |
4030 | 4030 | | |
| 4031 | + | |
4031 | 4032 | | |
4032 | 4033 | | |
4033 | 4034 | | |
| |||
4167 | 4168 | | |
4168 | 4169 | | |
4169 | 4170 | | |
4170 | | - | |
4171 | | - | |
4172 | | - | |
4173 | | - | |
4174 | | - | |
4175 | | - | |
4176 | | - | |
| 4171 | + | |
| 4172 | + | |
| 4173 | + | |
| 4174 | + | |
| 4175 | + | |
| 4176 | + | |
4177 | 4177 | | |
4178 | 4178 | | |
4179 | 4179 | | |
| |||
0 commit comments