K 10 svn:author V 7 mandree K 8 svn:date V 27 2016-11-09T22:31:48.395901Z K 7 svn:log V 315 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 END