Date: Wed, 13 Jun 2001 21:00:07 -0700 (PDT) From: Giorgos Keramidas <charon@labs.gr> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/11896: cap_mkdb dumps core when non-files passed as arguments Message-ID: <200106140400.f5E407n25342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/11896; it has been noted by GNATS. From: Giorgos Keramidas <charon@labs.gr> To: freebsd-gnats-submit@FreeBSD.org, adrian@ubergeeks.com Cc: Subject: Re: bin/11896: cap_mkdb dumps core when non-files passed as arguments Date: Thu, 14 Jun 2001 06:56:08 +0300 I tested this on 4-STABLE and it seems to work correctly: The source essentially the same in RELENG_3 (where this was reported) and RELENG_4, apart from err() and errx() usage, or wanr() and warnx(). Running the proposed command to test the problem: # cap_mkdb /etc cap_mkdb: file argument: Undefined error: 0 It seems that the problem was not in cap_mkdb itself, but most likely in the dbopen() call. This doesnt seem to be a problem anymore. This PR can be closed. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106140400.f5E407n25342>