Files
zig/src
Veikka Tuominen 99826a2ba8 Sema: fix UAF in zirClosureGet
Previously if a decl failed its capture scope would be deallocated and
set to undefined which would then lead to invalid dereference in
`zirClosureGet`. To avoid this set the capture scope to a special
failed state and fail the current decl with dependency failure if
the failed state is encountered in `zirClosureGet`.

Closes #12433
Closes #12530
Closes #12593
2022-09-08 00:37:11 +03:00
..
2022-09-04 18:46:56 +03:00
2022-08-25 16:46:32 +03:00
2022-08-19 03:41:13 -07:00
2022-08-19 03:41:13 -07:00
2022-09-08 00:37:11 +03:00
2022-08-19 03:41:13 -07:00
2022-09-08 00:37:11 +03:00
2022-08-19 16:45:15 -07:00
2022-01-07 00:06:06 -05:00
2022-07-30 12:36:11 -07:00