https://sourceware.org/bugzilla/show_bug.cgi?id=24075
--- Comment #6 from wcventure ---
CVE-2019-7146
--
You are receiving this mail because:
You are on the CC list for the bug.
Hi Luke,
On Sun, Jan 20, 2019 at 03:00:42PM +, Luke Diamand wrote:
> Following on from this discussion:
> https://sourceware.org/ml/elfutils-devel/2018-q4/msg00224.html
>
> This patch adds a new API to specify a sysroot, and extends eu-stack to
> use it with a new command line option.
>
On Tue, Jan 22, 2019 at 10:16:25AM +, Luke Diamand wrote:
> When searching the list of modules in a core file, if the core was
> generated on a different system to the current one, we need to look
> in a sysroot for the various shared objects.
>
> For example, we might be looking at a core fil
On Tue, Jan 22, 2019 at 10:16:26AM +, Luke Diamand wrote:
> Use the dwfl_set_sysroot() function to set the sysroot to be
> used when analysing a core:
>
> e.g.
>$ eu-stack --core core --sysroot /path/to/sysroot -e crashing_prog
>
> Signed-off-by: Luke Diamand
This looks perfect (but is
Hi Ulf,
On Thu, Jan 24, 2019 at 06:53:15PM +0100, Mark Wielaard wrote:
> On Fri, 2019-01-18 at 14:03 +, Ulf Hermann wrote:
> > I think you should also adapt tests/Makefile.am to use our own elf.h
> > in
> > this case. See https://codereview.qt-project.org/#/c/187812/25 for
> > my
> > solutio
On Fri, Jan 25, 2019 at 01:20:08PM -0800, Yonghong Song wrote:
> The inode number in /proc/pid/maps is displayed as "unsigned long"
> type.
>
> In one of our x64 system, we have inode number exceeding valid "long"
> type range, which caused the following test failure:
>FAIL: dwfl-bug-fd-leak
>
On Fri, Jan 25, 2019 at 01:20:09PM -0800, Yonghong Song wrote:
> The backtrace-data.c parsed the inode in /proc/pid/maps with
> format "%*x".
> This caused failure if inode is big. For example,
> 7f269223d000-7f269226b000 r-xp 00:50 10224326387095067468
> /home/...
I have a bit o
On 1/29/19 12:50 PM, Mark Wielaard wrote:
> On Fri, Jan 25, 2019 at 01:20:09PM -0800, Yonghong Song wrote:
>> The backtrace-data.c parsed the inode in /proc/pid/maps with
>> format "%*x".
>> This caused failure if inode is big. For example,
>>7f269223d000-7f269226b000 r-xp 00:50 1022
The backtrace-data.c parsed the inode in /proc/pid/maps with
format "%*x".
This caused failure if inode is big. For example,
7f269223d000-7f269226b000 r-xp 00:50 10224326387095067468
/home/...
The error likes below:
-bash-4.4$ cat run-backtrace-data.sh.log
backtrace-data:
/h
https://sourceware.org/bugzilla/show_bug.cgi?id=24075
Mark Wielaard changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=24081
wcventure changed:
What|Removed |Added
Summary|Use-After-free Problem in |buffer over-read Problem in
11 matches
Mail list logo