https://bugs.kde.org/show_bug.cgi?id=402833

--- Comment #15 from Paul Floyd <pjfl...@wanadoo.fr> ---
Also in your libc, is there more than one function using the same address as
__memmove_chk? (And specifically, is __memcpy_chk the same as __memmove_chk).

First do something like

nm -D /lib/libc.so.7 | grep __memmove_chk

Then search for the hex value in column 1.

That would be something like

paulf> nm -D /lib/libc.so.7 | grep 000000000017bbc0
000000000017bbc0 T __mallctl
000000000017bbc0 W mallctl

(different libc and different symbol, just for illustration).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to