-
- Downloads
Fix a crash bug in cell queues: It is possible for a connection_write_to_buf...
Fix a crash bug in cell queues: It is possible for a connection_write_to_buf to close the connection or otherwise unlink the circuit, which makes the circuit nonactive, which invalidates the pointer from the circuit to the next circuit on the active ring. Also add a bunch of asserts, most #ifdefed out. svn:r9915
Please register or sign in to comment