Skip to content

radv: Proper handling for inactive instance nodes

We only skipped the accelerationStructureReference == 0 case which could lead to reading uninitialized memory. This patch introduces a NULL_NODE_ID constant and uses it to handle inactive nodes properly. I do not think, that this case is common in practice.

Merge request reports