|
From: tmoog <tm...@sa...> - 2003-11-04 14:59:23
|
valgrind is great
I recently upgraded to 2003-10-12 and had problems so I went
to 2003-07-25. I'm finding that 2003-07-25 is reporting
many problems with stl string operations, some as simple as
std::string foo;
...
foo = "";
or
foo += "something";
When I run the program under 1.0.4 the program is totallly
clean. Are others seeing this behavior ?
Second issue: I have send in patches for epoll operations, but
these don't seem to have migrated into the kit, when I last
checked about a month ago. What is the proper method of
submitting such changes ?
|