aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pull_request_template.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-03 07:13:00 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-03 08:23:29 +0000
commit2ca36995aaecbfcd2268b19cf3445fdf64bb508e (patch)
tree8b4a125e7f593a6c70b754d954f0f3d0b89dc67b /docs/pull_request_template.txt
parent375d4445a31b220afd91f42a7aa1b610d689a897 (diff)
prog: fix panic during squashing
Netbsd syzbot instance crashes trying to squash a pointer. Pointers must not be squashed. This happens because of recursive ucontext_t type that contains a pointer to itself. When we assign SquashableElem recursive struct types may not be fully generated yet, and ForeachArgType won't observe all types. Assign SquashableElem after all types are fully generated.
Diffstat (limited to 'docs/pull_request_template.txt')
0 files changed, 0 insertions, 0 deletions