Commit 25635de
lysp_ext_instance_path_append: prevent undefined behavior
As ASAN's UBSAN correctly reports (runtime error: applying zero offset
to null pointer), a null pointer cannot be added to or subtracted from.1 parent d387d1f commit 25635de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
| |||
0 commit comments