mirror of
https://github.com/urbit/shrub.git
synced 2024-12-30 07:35:19 +03:00
u3: updates u3s_cue_xeno() to return error, not bail on oversized atoms
This commit is contained in:
parent
00df76c214
commit
d2047862d8
@ -612,7 +612,7 @@ _cs_cue_xeno_next(u3a_pile* pil_u,
|
||||
c3_d byt_d = (len_d >> 3) + !!ur_mask_3(len_d);
|
||||
|
||||
if ( 0xffffffffULL < byt_d) {
|
||||
return u3m_bail(c3__meme);
|
||||
return ur_cue_meme;
|
||||
}
|
||||
|
||||
// XX assumes little-endian
|
||||
|
Loading…
Reference in New Issue
Block a user