mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 04:40:50 +03:00
plug alien queue space leak
This commit is contained in:
parent
66e62f1edb
commit
1cde58b960
@ -1068,6 +1068,10 @@
|
||||
?. ?=([~ %known *] sndr-state)
|
||||
%+ enqueue-alien-todo sndr.packet
|
||||
|= 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])
|
||||
:: decrypt packet contents using symmetric-key.channel
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user