mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
Bound check for bad nocks.
This commit is contained in:
parent
32da1b5f1a
commit
31ff27f426
@ -139,6 +139,10 @@ _n_nock_on(u3_noun bus, u3_noun fol)
|
||||
&&l6, &&l7, &&l8, &&l9, &&l10, &&l11
|
||||
};
|
||||
|
||||
if(hib > 11) {
|
||||
return u3m_bail(c3__exit);
|
||||
}
|
||||
|
||||
goto *lut[hib];
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user