|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug binutils/24798] buffer overflow in process_cu_tu_index |
Date: | Fri, 26 Jul 2019 05:32:50 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24798 --- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8e2e3c6c346c1c8142e714715e5a86b32f7e31ea commit 8e2e3c6c346c1c8142e714715e5a86b32f7e31ea Author: Alan Modra <address@hidden> Date: Fri Jul 26 12:58:52 2019 +0930 PR24798, buffer overflow in process_cu_tu_index PR 24798 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit systems by casting ncols and nslots expressions to size_t. Display number of columns and slots before giving up due to buffer overflow. Use %u to display unsigned ints. Perform more pointer wrap tests. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |