Displaying 2 results from an estimated 2 matches for "logpid".
Did you mean:
log_pid
2010 Sep 20
0
No subject
...h(logmode) {
case LOGMODE_STDERR:
+ fprintf(stderr, "%s%s ", time, ":");
vfprintf(stderr, format, ap);
fprintf(stderr, "\n");
fflush(stderr);
break;
case LOGMODE_FILE:
- fprintf(logfile, "%ld %s[%ld]: ", time(NULL), logident, =
(long)logpid);
+ fprintf(logfile, "%s %s[%ld]: ", time, logident, (long)logpid);
vfprintf(logfile, format, ap);
fprintf(logfile, "\n");
fflush(logfile);
diff --git a/src/logger.h b/src/logger.h
index 9c20ead..37cbac6 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -7,11 +7,11 @...
1997 Jan 12
9
dos-attack on inetd.
Hi.
I don''t know if this one is known, but I can''t recall seeing anything
about it. If it is old news I apologize.
I discovered a bug in the inetd that comes with NetKit-B-0-08 and older.
If a single SYN is sent to port 13 of the server, inetd will die of Broken
Pipe:
write(3, "Sun Jan 12 21:50:35 1997\r\n", 26) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) ---