Skip to content

check chain length is nonzero before examining last entry

Evan Hunt requested to merge 4362-qp-crash into main

it was possible to reach add_link() without visiting an intermediate node first, and the check for a duplicate entry could then cause a crash.

Closes #4362 (closed)

Merge request reports