]> git.eshelyaron.com Git - emacs.git/commit
Fix compiler warning about possible null pointer dereference
authorMatt Armstrong <matt@rfc20.org>
Sun, 23 Oct 2022 15:58:00 +0000 (08:58 -0700)
committerMatt Armstrong <matt@rfc20.org>
Sun, 23 Oct 2022 16:00:01 +0000 (09:00 -0700)
commit9d7ba2b1998afc3664c37d9d1b6f6ca2d68356e9
tree9cbe71ada13440cc1600e86bcdc79d290dc4c983
parentb78be2bf7a9ac8b71d25529d5736373f51852c36
Fix compiler warning about possible null pointer dereference

* src/itree.c (interval_tree_remove_fix): Use 'eassert' to both check
for non-null and suppress a compiler warning.
src/itree.c