ctx (and thus ctx.flags) is stack garbage at the start of this
function, so initialize ctx.flags to an explicit value instead of
using binary operations on the garbage.
Reported by: gcc9
Differential D23368
Fix use of an uninitialized variable. jhb on Jan 26 2020, 2:27 PM. Authored by Tags None Referenced Files
Subscribers
Details
ctx (and thus ctx.flags) is stack garbage at the start of this Reported by: gcc9
Diff Detail
|