From 28522dc36ae52b88aba3163f1b060154e7f20d6f Mon Sep 17 00:00:00 2001 From: an7s <an7s@git.zephyr-software.com> Date: Fri, 29 May 2015 17:33:53 +0000 Subject: [PATCH] don't suppress <input> --> <eip> mapping even when <eip> already there Former-commit-id: 3ce18a1cb598ca6dc0232939256f9a86ba748688 --- tools/cgc_protect/is_new_pov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cgc_protect/is_new_pov.sh b/tools/cgc_protect/is_new_pov.sh index 442abb41c..41a46ae07 100755 --- a/tools/cgc_protect/is_new_pov.sh +++ b/tools/cgc_protect/is_new_pov.sh @@ -51,7 +51,7 @@ if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then tmp=`grep -F "${delimiter}$eip" ${CRASH_SUMMARY}` if [ $? -eq 0 ]; then - # already in the crash summary + echo "${pov_base}${delimiter}${eip}" >> ${CRASH_SUMMARY} exit 1 else # new crash instruction, add to summary file -- GitLab