about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-16 16:51:23 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-16 16:51:23 +0200
commit380ff114e9a369c6b366c40a146eed37602d2620 (patch)
tree78b5525b9ea81bf88826d31810a49a9965d85ddd /src
parent5e53002303820ef2ab32f411993907c92ef9f0b9 (diff)
downloadafl++-380ff114e9a369c6b366c40a146eed37602d2620.tar.gz
the least radamsa
Diffstat (limited to 'src')
-rw-r--r--src/third_party/libradamsa/libradamsa.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/third_party/libradamsa/libradamsa.c b/src/third_party/libradamsa/libradamsa.c
index 72c8fde6..4f5515e5 100644
--- a/src/third_party/libradamsa/libradamsa.c
+++ b/src/third_party/libradamsa/libradamsa.c
@@ -2157,17 +2157,17 @@ static word *gc(int size, word *regs) {
 
 /*** OS Interaction and Helpers ***/
 
-static void signal_handler(int signal) {
-   switch (signal) {
-      case SIGINT:
-         breaked |= 2;
-         break;
-      case SIGPIPE:
-         break; /* can cause loop when reporting errors */
-      default:
-         breaked |= 4;
-   }
-}
+//static void signal_handler(int signal) {
+//   switch (signal) {
+//      case SIGINT:
+//         breaked |= 2;
+//         break;
+//      case SIGPIPE:
+//         break; /* can cause loop when reporting errors */
+//      default:
+//         breaked |= 4;
+//   }
+//}
 
 /* list length, no overflow or valid termination checks */
 static uint llen(word *ptr) {