mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-06 23:16:29 +03:00
plug alien queue space leak
This commit is contained in:
parent
66e62f1edb
commit
1cde58b960
@ -1068,6 +1068,10 @@
|
|||||||
?. ?=([~ %known *] sndr-state)
|
?. ?=([~ %known *] sndr-state)
|
||||||
%+ enqueue-alien-todo sndr.packet
|
%+ enqueue-alien-todo sndr.packet
|
||||||
|= todos=pending-requests
|
|= todos=pending-requests
|
||||||
|
:: only enqueue one packet from an alien, to plug space leak
|
||||||
|
::
|
||||||
|
?. =(~ rcv-packets.todos)
|
||||||
|
todos
|
||||||
todos(rcv-packets [[lane packet] rcv-packets.todos])
|
todos(rcv-packets [[lane packet] rcv-packets.todos])
|
||||||
:: decrypt packet contents using symmetric-key.channel
|
:: decrypt packet contents using symmetric-key.channel
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user