mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
address space manager. Callers should neither modify the string nor free it (as the string resides is statically allocated memory). That calls for a const HChar * The type change exposed two bugs. One in m_addrinfo.c and one in m_debuginfo.c. In both cases the returned string could possibly be freed later on. So we need to strdup it first. Now fixed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14886