[qt/qt-creator/elfutils]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/elfutils Pushed by mirror-service into branch 'upstream/main'. Changed from 40d077029b3eeff5b4b71b1b0dd0892d0523350c to 681b793e420c3b1d45b921c190edfb2adfc45b97 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 681b793e420c3b1d45b921c190edfb2adfc45b97 by Mark Wielaard on 16/07/2026 at 15:15.. libelf: Handle truncated symbol archive index When checking the index_size of an / or /SYM64/ symbol archive index in elf_getarsym we only checked that the index_size contained the whole offset table, but failed to check there was also room for the count. Fix this by first making sure to check the index_size is large enough for the count (4 or 8 bytes), then check that the rest of the index_size has room for count table offset entries. https://sourceware.org/bugzilla/show_bug.cgi?id=34401 Reported-by: Karan Kurani <[email protected]> Signed-off-by: Mark Wielaard <[email protected]> https://invent.kde.org/qt/qt-creator/elfutils/-/commit/681b793e420c3b1d45b921c190edfb2adfc45b97