浏览代码

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)


正在加载...
取消
保存