If we take an early goto out_unlocked inp is uninitialized and then
may be used in SCTP_LTRACE_ERR_RET(). Initialize inp to NULL
to avoid warnings.
Found with: gcc15 tinderbox run
MFC after: 3 days
Differential D56503
sctp: initialize inp to avoid uninitialized use Authored by bz on Sat, Apr 18, 1:35 PM.
Details
If we take an early goto out_unlocked inp is uninitialized and then Found with: gcc15 tinderbox run
Diff Detail
|