]> git.ozlabs.org Git - ccan/commit
bytestring, crypto/hmac_sha256, darray, mem, tal: avoid mem* with NULL.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 9 Jan 2023 02:11:22 +0000 (12:41 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Mar 2023 23:22:47 +0000 (09:52 +1030)
commit9e800830de8a9bbb9f103f120ea7de9220b6869d
treec72e056d6b7f1684a6ccff138681cfd562d38574
parente46957c87a57ff2efd0b23e230599cce529f1f92
bytestring, crypto/hmac_sha256, darray, mem, tal: avoid mem* with NULL.

I swear the C standards committee likes compilers more than they like
programmers :(

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/bytestring/bytestring.h
ccan/crypto/hmac_sha256/hmac_sha256.c
ccan/darray/darray.h
ccan/mem/mem.h
ccan/tal/tal.c