Test for NULL ptr == 0
authorRich Salz <rsalz@akamai.com>
Thu, 3 Sep 2015 20:56:28 +0000 (16:56 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 4 Sep 2015 18:30:38 +0000 (14:30 -0400)
commitd4ab70f27cb7e518e6a9d6323c996cc3feb7496b
tree92fc03cb668db8f73794e004cc9299dc2df6918d
parentb0809bc8ffb34bf89de9e68d8caeb4d8c2aa08f9
Test for NULL ptr == 0

Add a test to ensure that "char *p = NULL" is equivalent to
all-bytes-zero.

Reviewed-by: Tim Hudson <tjh@openssl.org>
test/Makefile
test/nptest.c [new file with mode: 0644]