Solutionunvalidated
Replace `for (i=0; i < priv->profiles_size && priv->selected_profile == 0; i++)` with an unconditional loop — in lib/ext/srtp.c. Tension: so all profile entries are always scanned (constant-time). Outcome: GnuTLS 3.6.13 applied this fix.
65347a3f-dcf7-4a65-ab6f-d66e97a6cc61
Replace for (i=0; i < priv->profiles_size && priv->selected_profile == 0; i++) with an unconditional loop — in lib/ext/srtp.c. Tension: so all profile entries are always scanned (constant-time). Outcome: GnuTLS 3.6.13 applied this fix.