소스 검색

Ok so the random memory out bug is squashed

  Or is it smashed? :D
david 4 년 전
부모
커밋
21a553760f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mystic.cpp

+ 1 - 1
mystic.cpp

@@ -624,7 +624,7 @@ int mangle(int fd, const char *buffer, int len) {
           */
           const char *phrasing[] = {"^R1Haha^P1ha^P1ha", "Poof!", "Got U",
                                     "Anyone there?", "^R1Knock, ^P1Knock",
-                                    "^G0101^C07^S6Segmentation Fault ^P1^S9(core ^C12^C24dumped^C07)^P2"};
+                                    "^G0101^C07^S9Segmentation fault (core dumped)^P2"};
           static LastSeen last_phrasing(2);
 
           ZF_LOGI("mangle(ANSI_CLS)");