Skip to content
  • David Goulet's avatar
    sendme: Fix coverity CID 1444999 · def96ce8
    David Goulet authored
    
    
    The code flow in theory can end up with a layer_hint to be NULL but in
    practice it should never happen because with an origin circuit, we must have
    the layer_hint.
    
    Just in case, BUG() on it if we ever end up in this situation and recover by
    closing the circuit.
    
    Fixes #30467.
    
    Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
    def96ce8