This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The nmh Mail Handling System".
The branch, master has been updated via abde85b440e74e4852e96a23fd5f02d2f3bdd370 (commit) from dc1f54e0b883f7deec844b7acd87d5c9ad9b306d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=abde85b440e74e4852e96a23fd5f02d2f3bdd370 commit abde85b440e74e4852e96a23fd5f02d2f3bdd370 Author: David Levine <levin...@acm.org> Date: Mon Feb 6 21:47:52 2012 -0600 Caught by the test suite: sequences[0] needs to be initialized to NULL at the beginning of the program. That explains why it seg faulted when invoked with a sequence argument. diff --git a/uip/new.c b/uip/new.c index 99d8528..752f028 100644 --- a/uip/new.c +++ b/uip/new.c @@ -408,6 +408,8 @@ main(int argc, char **argv) char *unseen; struct node *folder; + sequences[0] = NULL; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif ----------------------------------------------------------------------- Summary of changes: uip/new.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- The nmh Mail Handling System _______________________________________________ Nmh-commits mailing list Nmh-commits@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-commits