Fix debug output for NULL pointers on FreeBSD.
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 5 Oct 2017 20:54:28 +0000 (21:54 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 5 Oct 2017 20:54:28 +0000 (21:54 +0100)
commit2e8db779f9d0753bd1f235e1d3d6ae27cecfd7d2
treecc859346127142e2219a4ce22e8477611a23c147
parent8255135bf80545a31493a83348a4e8da901a4768
Fix debug output for NULL pointers on FreeBSD.

The testsuite had failures, mostly in DB opens finding no existing file,
where debug output to stderr showed "0xAAAAAAAA" rather than "(nil)".
Code it explicitly, at least in %p handling, rather than relying on sprintf() bevahiour.
src/src/string.c