Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 1996 17:20:52 +0200 (MET DST)
From:      guido@gvr.win.tue.nl (Guido van Rooij)
To:        FreeBSD-hackers@freebsd.org (FreeBSD-hackers)
Subject:   stack
Message-ID:  <199609281520.RAA05793@gvr.win.tue.nl>

next in thread | raw e-mail | index | archive | help
When I allocate something on the stack, isn't it supposed to be completely
zero?
like:
main(int argc, char **argv) {
	char buf[1000];

...
}

Then buf should be zero, or am I missing something here?

-Guido
	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609281520.RAA05793>