Introduce x2nrealloc() helper function, and use it.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:19:36 +0000 (16:19 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:56:49 +0000 (16:56 -0800)
commitd7fba566b1a91340ffd19974ea79f463e429ad35
treef5e14ea2686cfd6ae4110ab77251b3d5979eadb0
parentfb13cbbd606f1960882eeed9fd5fb42d71ce2217
Introduce x2nrealloc() helper function, and use it.

Also fixes a bug in read_cert_file() in vconn-ssl.c: "sizeof *certs"
should have been "sizeof **certs".  In fact the sizes will be identical
in all practical cases since both *certs and **certs are pointer types,
so this is not an important fix.
lib/fatal-signal.c
lib/util.c
lib/util.h
lib/vconn-ssl.c
secchan/secchan.c
secchan/status.c