[1149] in linux-security and linux-alert archive
[linux-security] Re: sendmail-8.7.5
daemon@ATHENA.MIT.EDU (Thomas Roessler)
Thu Sep 12 12:27:09 1996
From: Thomas Roessler <Thomas.Roessler@riemann.iam.uni-bonn.de>
To: roessler@sobolev.rhein.de (Thomas Roessler)
Date: Thu, 12 Sep 1996 17:56:35 +0200 (MET DST)
Cc: security@sobolev.rhein.de, roessler@sobolev.rhein.de,
linux-security@tarsier.cv.nrao.edu
In-Reply-To: <199609121433.QAA14649@sobolev.rhein.de> from Thomas Roessler at "Sep 12, 96 04:33:31 pm"
* Thomas Roessler wrote:
>
> if(l >= MAXNAME) { /* -tlr */
> syslog(LOG_NOTICE, "POSSIBLE ATTACK from user %d!", getuid());
Make that syslog(LOG_NOTICE, "POSSIBLE ATTACK from user %s!", login);
> *bp = '\0';
> return;
> }
Sorry for the inconvenience.
tlr