CHERIoT-Platform / network-stack

5 stars 1 forks source link

Network Stack Reset limitations #31

Open hlef opened 1 month ago

hlef commented 1 month ago

We recently merged the network stack reset as part of https://github.com/CHERIoT-Platform/network-stack/pull/27.

Let us use this issue to keep track of the limitations of the reset:

davidchisnall commented 3 days ago

The TCP/IP stack cannot currently recover from a crash due to a stack overflow in the TCP/IP compartment.

This can now be fixed. CHERIoT-Platform/CHERIoT-RTOS#301 made it possible to run error handler code up the stack.