HomeFreeBSD

Avoid junk pointer when __db_vrfy_datapage() fails

Description

Avoid junk pointer when __db_vrfy_datapage() fails

Rather than second-guessing what the os_free() might be doing and
avoiding it, initialize the pointer to NULL, which
os_free() will
skip. This should be the safer approach if Oracle ever patches other
parts of db 5.3.

PR: 210829
Submitted by: Mark Millard

Details

Provenance
mandreeAuthored on
Parents
rP425812: audio/pulseaudio: simplify hw.snd.default_unit search
Branches
Unknown
Tags
Unknown