[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-4-g0448969
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-4-g0448969 |
Date: |
Wed, 18 Jan 2012 10:03:50 +0000 |
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 "GNU Inetutils ".
The branch, master has been updated
via 0448969ce20e10376acc6e803abf45e61cd857e2 (commit)
from 868a9dda5081c1ce46a03b8b4af5fefecfaa64f6 (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/inetutils.git/commit/?id=0448969ce20e10376acc6e803abf45e61cd857e2
commit 0448969ce20e10376acc6e803abf45e61cd857e2
Author: Simon Josefsson <address@hidden>
Date: Wed Jan 18 11:03:45 2012 +0100
ftpd/ftpd.c (options): Don't use OPTION_ARG_OPTIONAL for -a.
diff --git a/ChangeLog b/ChangeLog
index 51a35b1..3e862d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-18 Simon Josefsson <address@hidden>
+
+ * ftpd/ftpd.c (options): Don't use OPTION_ARG_OPTIONAL for -a.
+ Resolves crash reported by Michal Mazurek <address@hidden>.
+
2012-01-07 Guillem Jover <address@hidden>
* ifconfig/flags.c (flag_char_tab): Protect for full portability
diff --git a/ftpd/ftpd.c b/ftpd/ftpd.c
index 29e9eed..bc31558 100644
--- a/ftpd/ftpd.c
+++ b/ftpd/ftpd.c
@@ -283,7 +283,7 @@ static struct argp_option options[] = {
{ "umask", 'u', "VAL", 0,
"set default umask",
GRID+1 },
- { "auth", 'a', "AUTH", OPTION_ARG_OPTIONAL,
+ { "auth", 'a', "AUTH", 0,
"use AUTH for authentication",
GRID+1 },
{ NULL, 0, NULL, 0, "AUTH can be one of the following:", GRID+2 },
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
ftpd/ftpd.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-4-g0448969,
Simon Josefsson <=