]> git.kaiwu.me - njs.git/commit
Fixed PTR macro compatibility with newer BFD library.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 4 Feb 2026 04:17:51 +0000 (20:17 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 5 Feb 2026 23:32:12 +0000 (15:32 -0800)
commit1e8e4f326a223c15116b7708272c78829cb4dbb0
tree56936b9352d6f2ea0c5da82293302ede313f7112
parentcce5a162381c5d38fe3f8382b1acc8434ec08984
Fixed PTR macro compatibility with newer BFD library.

The deprecated PTR macro was removed in recent versions of binutils.
Replaced with (void **) cast.
src/njs_addr2line.c