On Tue Oct 3 19:25:06 2023 +0000, Esme Povirk wrote:
Earlier, clientside_nav_node_out is checked for NULL, but not here. I guess the idea is that clientside_nav_node_out will always be non-NULL for serverside events, which makes sense, but it might be good to enforce this with an assert earlier in the function.
Added an assert to hopefully make this clearer.