Closed SteveSyfuhs closed 1 year ago
Krb5cc headers can be empty and we fail to parse that because we assume there's always a value.
Rework the do/while into a regular while loop so that it immediately exits on a zero length.
do
while
N/A Internally reported.
What's the problem?
Krb5cc headers can be empty and we fail to parse that because we assume there's always a value.
What's the solution?
Rework the
do
/while
into a regularwhile
loop so that it immediately exits on a zero length.What issue is this related to, if any?
N/A Internally reported.