Kaynağa Gözat

Fix segfault when a non-matching filter is applied twice

master
lostd 10 yıl önce
ebeveyn
işleme
9679e132d4
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      noice.c

+ 2
- 1
noice.c Dosyayı Görüntüle

@@ -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)


Yükleniyor…
İptal
Kaydet