Skip to content

fix(nta): uninitialized variable could lead to an infinite loop

Félix Olart requested to merge fix/FLEXISIP-885 into bc

The variable 'cancel_3261' was not initialized (and therefore could hold a positive value), which could lead to an outgoing request not being 'completed' when canceling it (due to timer C expiration).

Closes FLEXISIP-885

Merge request reports