Date: Tue, 28 Sep 1999 08:40:18 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c Message-ID: <199909281540.IAA71052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/09/28 08:40:18 PDT
Modified files:
lib/libc/net res_send.c
Log:
Fix previous commit. The standards specifically say: "The structure
sigaction, used to describe an action to be taken, is defined in the
header <signal.h> to include at least the following members:"
^^^^^^^^
A sigaction defined on stack with essentially random contents may have
just about anything underneath fields that the program doesn't know about.
It is not safe to delete the bzero.
Revision Changes Path
1.28 +2 -1 src/lib/libc/net/res_send.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909281540.IAA71052>
