RootCauseunvalidated
the inner for-loop has condition `priv->selected_profile == 0` which short-circuits as soon as a matching profile is found — the nested loop at lines 208-215. Tension: This leaks which profile matched and at what position in the server's preference list. Outcome: Both behaviors are timing-observable.
16a4428d-71e3-423f-a5e2-6821393a2eec
the inner for-loop has condition priv->selected_profile == 0 which short-circuits as soon as a matching profile is found — the nested loop at lines 208-215. Tension: This leaks which profile matched and at what position in the server's preference list. Outcome: Both behaviors are timing-observable.