]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 13 -Wanalyzer-out-of-bounds
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 01:51:23 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 02:28:12 +0000 (19:28 -0700)
commit0c11c2ae71fcc03d98b35384d6c70e6d7454ba90
tree44ec42b4afb9795514005850ef50f378f1c6a0b6
parent4fedd5af4cc53666277fbcfc3417c0d7e3201c1d
Pacify GCC 13 -Wanalyzer-out-of-bounds

* src/alloc.c (NEAR_STACK_TOP): Hoist from here ...
* src/thread.h: ... to here.
* src/print.c (print_object): Use NEAR_STACK_TOP instead of raw
buffer address.  This is more natural, and pacifies GCC 13.
src/alloc.c
src/print.c
src/thread.h