|
From: Julian S. <js...@ac...> - 2003-07-26 23:11:04
|
... at http://developer.kde.org/~sewardj/valgrind-20030725.tar.bz2 20030725 fixes some minor problems reported in 20030716. - Fix bugs in overlap checking for strcpy/memcpy etc. One of these is a potential, if unlikely, segfault-causer, so you may want to upgrade. - Do overlap checking with Addrcheck as well as Memcheck. - Fix this: Memcheck: the `impossible' happened: get_error_name: unexpected type - Install headers needed to compile new skins. - Remove leading spaces and colon in the LD_LIBRARY_PATH / LD_PRELOAD passed to non-traced children. - Fix file descriptor leak in valgrind-listener. J |
|
From: Erik C. <er...@ar...> - 2003-07-27 23:41:16
|
On Sun, Jul 27, 2003 at 12:09:26AM +0100, Julian Seward wrote: > > ... at http://developer.kde.org/~sewardj/valgrind-20030725.tar.bz2 > > 20030725 fixes some minor problems reported in 20030716. My tricky-POP instruction fix didn't make it? -- Erik Corry er...@ar... |
|
From: Julian S. <js...@ac...> - 2003-07-27 23:58:19
|
On Monday 28 July 2003 00:41, you wrote: > On Sun, Jul 27, 2003 at 12:09:26AM +0100, Julian Seward wrote: > > ... at http://developer.kde.org/~sewardj/valgrind-20030725.tar.bz2 > > > > 20030725 fixes some minor problems reported in 20030716. > > My tricky-POP instruction fix didn't make it? It's queued to merge, but arrived too late for this snapshot. Ensuring releases are stable is more important than immediately merging every patch, and so there is often some delay between a patch arriving here and it appearing in the released sources. It will diffuse through eventually, tho. J |