AntiPattern
State Reuse Without Guards
state-reuse-without-invariant-checks
Resumed or reused state is accessed without validating the actual invariant (NULL pointers, true type tags, reset of HTTP callback state, or correct key-derivation results), so stale or attacker-controlled inputs propagate into sensitive TLS/session logic.