Problemunvalidated
In the HTTP Basic authentication helper. Tension: The code assumes the combined credential length will fit, but the actual write also needs space for the colon and NUL terminator. Outcome: the destination is still a fixed-size stack array on the short path.
29317feb-c4fc-4f59-b718-b9aef5a41ba6
In the HTTP Basic authentication helper. Tension: The code assumes the combined credential length will fit, but the actual write also needs space for the colon and NUL terminator. Outcome: the destination is still a fixed-size stack array on the short path.