|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Evilness in krshd.c
From: lamont
icopyright.comDate: Thu Jun 29 2000 - 18:25:58 CDT
- Next message: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Previous message: Antonomasia: "Re: static analysis"
- In reply to: Antonomasia: "Re: static analysis"
- Next in thread: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Reply: lamont
icopyright.com: "Evilness in krshd.c"
- Reply: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
./krb5-1.1.1/src/appl/bsd/krshd.c
void error(fmt, a1, a2, a3)
char *fmt;
char *a1, *a2, *a3;
{
char buf[RCMD_BUFSIZ];
buf[0] = 1;
(void) sprintf(buf+1, "%s: ", progname);
(void) sprintf(buf+strlen(buf), fmt, a1, a2, a3);
(void) write(2, buf, strlen(buf));
syslog(LOG_ERR ,"%s",buf+1);
}
- Next message: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Previous message: Antonomasia: "Re: static analysis"
- In reply to: Antonomasia: "Re: static analysis"
- Next in thread: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Reply: lamont
icopyright.com: "Evilness in krshd.c"
- Reply: lamont
icopyright.com: "Evilness in gssftp/ftpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]