]> git.eshelyaron.com Git - emacs.git/commit
src/alloc.c: Fix incorrect pointer arithmetic.
authorVibhav Pant <vibhavp@gmail.com>
Sun, 4 Dec 2022 16:54:07 +0000 (22:24 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sun, 4 Dec 2022 16:54:07 +0000 (22:24 +0530)
commitaa9ca2c1493f1cd9d50698747fd054b1be53dc95
treec76251db50921c7712428dd705bb57062c0df92d
parent772650fb9f4796dc82bf06cec3c45ff0d24711cd
src/alloc.c: Fix incorrect pointer arithmetic.

* src/alloc.c (live_float_holding): Use parenthesis around the
pointer arithmetic expression to untag 'cp' correctly.
src/alloc.c