1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/db5/files
Matthias Andree 7a68cdcef2 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
2016-11-09 22:31:48 +00:00
..
patch-dist_configure
patch-lang_tcl_tcl__db.c
patch-lang_tcl_tcl__env.c Avoid junk pointer when __db_vrfy_datapage() fails 2016-11-09 22:31:48 +00:00
patch-lang_tcl_tcl__seq.c Avoid junk pointer when __db_vrfy_datapage() fails 2016-11-09 22:31:48 +00:00
patch-src_dbinc_atomic.h
patch-src_dbinc_mutex__int.h
patch-src_heap_heap__verify.c Avoid junk pointer when __db_vrfy_datapage() fails 2016-11-09 22:31:48 +00:00