HomeFreeBSD

Fix use of an uninitialized variable.

Description

Fix use of an uninitialized variable.

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
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D23368

Details

Provenance
jhbAuthored on
Reviewer
imp
Differential Revision
D23368: Fix use of an uninitialized variable.
Parents
rS357301: contrib/apr: Rip out bogus [CS]PRNG implementation
Branches
Unknown
Tags
Unknown