qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix symfind.


From: Laurent Desnogues
Subject: [Qemu-devel] [PATCH] Fix symfind.
Date: Thu, 30 Jul 2009 19:23:49 +0200

Hello,

this patch fixes an issue in symfind.

Assume you have the following symbols:

Address  Size
0045bca0 00000080 T s0
0045bd20 00000112 T s1

You'll notice that s1 is s0 + size.

So the current symfind will find that address 0045bd20 belongs to s0
instead of s1.


Laurent

Signed-off-by: Laurent Desnogues <address@hidden>

Attachment: symfind.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]