Commit 2be52f3
authored
[clang][dataflow] Fix uninitialized memory bug. (llvm#154575)
Commit #3ecfc03 introduced a bug involving an uninitialized field in
`exportLogicalContext`. This patch initializes the field properly.1 parent d69ccde commit 2be52f3
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
290 | 291 | | |
291 | | - | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments