Skip to content

Commit c18c488

Browse files
committed
some valgrind love.
1 parent 1acc6df commit c18c488

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

util/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ fi
2626
#tar -xzvf nginx-$version.tar.gz || exit 1
2727
#cp $root/../no-pool-nginx/nginx-$version-no_pool.patch ./ || exit 1
2828
#patch -p0 < nginx-$version-no_pool.patch || exit 1
29+
#cp ~/work/nginx-$version-valgrind_fix.patch ./ || exit 1
30+
#patch -p0 < nginx-$version-valgrind_fix.patch || exit 1
2931

3032
cd nginx-$version/
3133

valgrind.suppress

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Param
4+
socketcall.setsockopt(optval)
5+
fun:setsockopt
6+
fun:drizzle_state_connect
7+
}
18
{
29
<insert_a_suppression_name_here>
310
Memcheck:Leak

0 commit comments

Comments
 (0)