Commit 434af39
du: fix segfault by capturing ue pointer by value
The defer was outliving the procedure, causing UB when accessing the
member variables of the proc.1 parent 0b5bb8a commit 434af39
File tree
1 file changed
+1
-1
lines changed- lib/du/du_high/du_manager/procedures
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
0 commit comments