On Mon, 18 Feb 2013 22:29:33 +0100, John Tytgat wrote: > In message <[email protected]> > "Chris Young" <[email protected]> wrote: > > > Any suggestions on how to work around this bug would be appreciated, > > as I have no idea how long it will take for a fix to be released. > > UnixLib, the C (and more) runtime library used in the RISC OS NS build, > uses Doug Lea's malloc implementation (cfr. http://g.oswego.edu/dl/). > Perhaps that's an option for you.
That's what I was trying to link in as a replacement, but some libraries still seemed to be using the newlib one, hence freeing within NetSurf was crashing. I'm wondering whether that is due to the lib in question being dynamically linked. I'll have a play with my buildsystem and try again. Chris
