Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix nock 9 crashing pier if axis is cell (#661)
Solves #660 Prevents Nock 9 from crashing the pier if the axis argument is a cell. Without the check Vere may call `u3qc_cap` on a cell, leading to a segfault or an assertion failure: ``` Assertion '_(u3a_is_atom(b))' failed in pkg/noun/retrieve.c:1011 ``` To reproduce the bug, run in Dojo: ``` .*(0 [9 [2 2] 0 1]) ``` Is there a way to add a unit test to guard against a downgrade?
- Loading branch information