]> git.ozlabs.org Git - ccan/commit
ptr_valid: test whether a ptr is valid.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 12:16:46 +0000 (22:46 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 12:16:46 +0000 (22:46 +1030)
commit1086d8cef04f90f6ba74a35fdc9a44fe615518a8
tree31c3e733352e6c83a52f6ea04b73e38a873b06ec
parent655bae650e868e037d3db9f6e475f59b58e3e078
ptr_valid: test whether a ptr is valid.

Very slow, but sometimes you need to know without crashing.
ccan/ptr_valid/LICENSE [new symlink]
ccan/ptr_valid/_info [new file with mode: 0644]
ccan/ptr_valid/ptr_valid.c [new file with mode: 0644]
ccan/ptr_valid/ptr_valid.h [new file with mode: 0644]
ccan/ptr_valid/test/run-string.c [new file with mode: 0644]
ccan/ptr_valid/test/run.c [new file with mode: 0644]