소스 검색

Fix segfault when a non-matching filter is applied twice

master
lostd 10 년 전
부모
커밋
9679e132d4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      noice.c

+ 2
- 1
noice.c 파일 보기

@@ -678,7 +678,8 @@ nochange:
filter_re = re;
DPRINTF_S(filter);
/* Save current */
oldpath = makepath(path, dents[cur].name);
if (n > 0)
oldpath = makepath(path, dents[cur].name);
goto out;
case SEL_NEXT:
if (cur < n - 1)


불러오는 중...
취소
저장