]> git.cameronkatri.com Git - mandoc.git/commit
No need to assert() that a pointer is non-null right before dereferencing it.
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 10 Oct 2014 14:02:02 +0000 (14:02 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 10 Oct 2014 14:02:02 +0000 (14:02 +0000)
commit3292acbca8501925e4e4f875c4d374be76a46f19
tree323ac98c90f90fea81e21c9e1205175f31ffb095
parentf50d4319685e3fbbff4c0871544a4aad054b35b3
No need to assert() that a pointer is non-null right before dereferencing it.
The assert message contains no more information than the segfault.
eqn.c