public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
From: Lars.Henriksen@netman.dk
To: pdm-gnats@zamazal.org,gnats-prs@gnu.org,bug-gnats@gnu.org
Subject: gnats/380: gnatsd dumps core when authenticating
Date: Mon, 22 Apr 2002 05:00:00 -0000 [thread overview]
Message-ID: <E16zcSM-0002Oz-00@fencepost.gnu.org> (raw)
>Number: 380
>Category: gnats
>Synopsis: gnatsd dumps core when authenticating
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Apr 22 07:58:05 -0400 2002
>Originator: Lars Henriksen
>Release: 4.0-beta1
>Organization:
>Environment:
>Description:
With GNATS database unspecified and no (host or user) access gnatsd will crash when started.
>How-To-Repeat:
Make certain that the local host has no access to the default database and that the GNATSDB environment variable is not set. Invoke gnatsd from the command line: gnatsd -n.
>Fix:
Index: cmds.c
===================================================================
RCS file: /cvsroot/gnats/gnats/gnats/cmds.c,v
retrieving revision 1.66
diff -u -r1.66 cmds.c
--- cmds.c 23 Dec 2001 20:21:52 -0000 1.66
+++ cmds.c 22 Apr 2002 11:57:04 -0000
@@ -624,10 +624,10 @@
{
/* Hmmm. Should we still do this here? ??? XXX !!! */
syslog (LOG_ERR, "host %s (%s) not allowed access for %s",
- current_host, current_addr, nameOfDb);
+ current_host, current_addr, databaseName(new_db));
setError (err, CODE_NO_ACCESS,
"You are not permitted to access database %s.\r\n",
- nameOfDb);
+ databaseName(new_db));
freeDatabaseInfo (new_db);
}
else
>Unformatted:
_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs
reply other threads:[~2002-04-22 12:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E16zcSM-0002Oz-00@fencepost.gnu.org \
--to=lars.henriksen@netman.dk \
--cc=bug-gnats@gnu.org \
--cc=gnats-prs@gnu.org \
--cc=pdm-gnats@zamazal.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).