|
From: <sv...@va...> - 2013-10-22 17:26:16
|
Author: philippe
Date: Tue Oct 22 17:26:06 2013
New Revision: 13673
Log:
fix attribution of memcheck/tests/reach_thread_register.c code
Modified:
trunk/memcheck/tests/reach_thread_register.c
Modified: trunk/memcheck/tests/reach_thread_register.c
==============================================================================
--- trunk/memcheck/tests/reach_thread_register.c (original)
+++ trunk/memcheck/tests/reach_thread_register.c Tue Oct 22 17:26:06 2013
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <config.h>
-/* test based on code from Alexander Potapenko, slightly modified. */
+/* test based on code from Jeffrey Yasskin, slightly modified. */
/* Reproduces a false positive leak when a pointer is (only) in a live
thread register, and another thread calls exit */
|