mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
9104ad2acb
if the warm dashboard is reaped before call sites, the activation (and thus the label inside the activation) can be freed (during u3h_put) while a call site in the junior still points to the label (but doesn't hold a reference to it, since it is on a senior road). trying to take that label during call site reap then results in a bail: foul. the solution is to always reap call sites before reaping the warm dashboard. |
||
---|---|---|
.. | ||
allocate.c | ||
events.c | ||
hashtable.c | ||
imprison.c | ||
jets.c | ||
manage.c | ||
nock.c | ||
retrieve.c | ||
trace.c | ||
vortex.c | ||
xtract.c | ||
zave.c |