Commit a5e0bf0
committed
src: fix null pointer deref error in SetWeak cb
Specifically in `EnvInst::CustomCommandReqWeakCallback()` when trying to
access `EnvInst` associated with the `Isolate`. Observed when
load-testing the `test/addons/nsolid-custom-command` test.1 parent 45feced commit a5e0bf0
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1962 | 1962 | | |
1963 | 1963 | | |
1964 | 1964 | | |
1965 | | - | |
1966 | | - | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
1967 | 1969 | | |
1968 | 1970 | | |
1969 | 1971 | | |
| |||
0 commit comments