From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Subject: Re: [9fans] thornbird (another xscreensaver hack) From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 21 Jun 2002 18:37:20 -0400 Topicbox-Message-UUID: b5a8f95c-eaca-11e9-9e20-41e7f4b1d025 Reminder: malloc does not return zeroed storage. Either zero it on return or use mallocz.