]> git.llucax.com Git - software/mutt-debian.git/commitdiff
debian/patches/mutt-patched/sidebar: added a closedir() so the fds will not be starve...
authorAntonio Radici <antonio@dyne.org>
Mon, 11 Apr 2011 15:25:04 +0000 (16:25 +0100)
committerAntonio Radici <antonio@dyne.org>
Mon, 11 Apr 2011 15:25:04 +0000 (16:25 +0100)
debian/changelog
debian/patches/mutt-patched/sidebar

index 98cf6dfa724c19e458bcb9cd283f98a87c2957b9..3162bc3996c66842620875a13a03c80a1e89c1fc 100644 (file)
@@ -1,3 +1,11 @@
+mutt (1.5.21-4) unstable; urgency=low
+
+  * debian/paches:
+    + mutt-patched/sidebar: added a closedir() so the fds will not be starved 
+      (Closes: 620854)
+
+ -- Antonio Radici <antonio@dyne.org>  Mon, 11 Apr 2011 16:23:35 +0100
+
 mutt (1.5.21-3) unstable; urgency=low
 
   * Uploading to unstable
index fe06ea74d63b9f9bcadeea65c49cbffba760c26f..c48148fc3e5d7b6f1a64a9c9ce7eeae799b4b17b 100644 (file)
@@ -53,7 +53,7 @@ in the "mutt-patched" package.
        rc = 1;
        break;
      }
-@@ -337,6 +343,32 @@
+@@ -337,6 +343,34 @@
  
    closedir (dirp);
  
@@ -82,11 +82,13 @@ in the "mutt-patched" package.
 +        mailbox->msgcount++;
 +    }
 +  }
++
++  closedir (dirp);
 +
    return rc;
  }
  
-@@ -345,14 +377,33 @@
+@@ -345,14 +379,33 @@
  {
    int rc = 0;
    int statcheck;
@@ -121,7 +123,7 @@ in the "mutt-patched" package.
      if (!option(OPTMAILCHECKRECENT) || sb->st_mtime > mailbox->last_visited)
      {
        rc = 1;
-@@ -374,9 +425,11 @@
+@@ -374,9 +427,11 @@
  int mutt_buffy_check (int force)
  {
    BUFFY *tmp;
@@ -133,7 +135,7 @@ in the "mutt-patched" package.
  
    sb.st_size=0;
    contex_sb.st_dev=0;
-@@ -456,6 +509,20 @@
+@@ -456,6 +511,20 @@
        case M_MH:
        if ((tmp->new = mh_buffy (tmp->path)) > 0)
          BuffyCount++;
@@ -1304,7 +1306,7 @@ in the "mutt-patched" package.
  # Name: crypt_autosign
 --- a/imap/imap.c
 +++ b/imap/imap.c
-@@ -1521,7 +1521,7 @@
+@@ -1527,7 +1527,7 @@
  
      imap_munge_mbox_name (munged, sizeof (munged), name);
      snprintf (command, sizeof (command),