]> git.ipfire.org Git - thirdparty/gcc.git/commit - libbacktrace/elf.c
* elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2017 16:39:38 +0000 (16:39 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2017 16:39:38 +0000 (16:39 +0000)
commitc8cf6ab0c436eaf2a2a970c297fab5596c6ca314
treef5418e0ea84da3f0e1ffe0072c8d249b9d0180b3
parent574b7cbbb1add44931564b32b54d4f7dca6f196a
* elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.
Read a four byte integer.
(elf_zlib_inflate): Change val to uint64_t.  Align pin to a 32-bit
boundary before ever calling elf_zlib_fetch.
* ztest.c (test_large): Simplify print statements a bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253456 138bc75d-0d04-0410-961f-82ee72b054a4
libbacktrace/ChangeLog
libbacktrace/elf.c
libbacktrace/ztest.c