Re: malloc interposition how?
"Leslie P. Polzer" <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Check the -M argument to ld to see where your malloc comes from (well, presumably from libc, but let's be sure). Supposedly your set_vtable stuff isn't working at all, and you need to put the gc libs higher in the linking order (before libc). Leslie