aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzhou007 <zzhou007@ucr.edu>2016-11-21 09:39:50 -0800
committerzzhou007 <zzhou007@ucr.edu>2016-11-21 09:39:50 -0800
commitfc616db552411c5ed1aa71a08dbac2d1e1439387 (patch)
tree1efe9b7af6b71dae946da3d1cf3705ddcadf69eb
parent2d6e96658d39fa0c6f7ca771ad22f7f813722cea (diff)
downloadtowelroot-fc616db552411c5ed1aa71a08dbac2d1e1439387.tar.gz
towelroot-fc616db552411c5ed1aa71a08dbac2d1e1439387.tar.bz2
towelroot-fc616db552411c5ed1aa71a08dbac2d1e1439387.zip
added comments
-rw-r--r--towel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/towel.c b/towel.c
index 7d047aa..d995944 100644
--- a/towel.c
+++ b/towel.c
@@ -838,7 +838,8 @@ void *search_goodnum(void *arg) {
HACKS_final_stack_base = (struct thread_info *)(*((unsigned long *)MAGIC) & 0xffffe000);
pthread_mutex_lock(&is_thread_awake_lock);
-
+
+ //179change
printf("kill pid 12\n");
if (kill(pid, 12) == -1) {
int errsv = errno;