From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] thornbird (another xscreensaver hack) From: andrey mirtchovski MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-qghtpupjyeculqxktcozbqxueo" Date: Fri, 21 Jun 2002 16:41:54 -0600 Topicbox-Message-UUID: b5b31a68-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-qghtpupjyeculqxktcozbqxueo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > Reminder: malloc does not return zeroed storage. > Either zero it on return or use mallocz. it's not my code -- i'm simply fixing the X-related stuff, adding main(), drawing and that's all... haven't really debugged the actual xscreensaver hack... unless malloc() behaves differently than the linux/unix ones i simply didn't think there may be a problem -- it works there, why shouldn't it here? --upas-qghtpupjyeculqxktcozbqxueo Content-Type: message/rfc822 Content-Disposition: inline Received: from acl.lanl.gov ([128.165.147.1]) by acl.lanl.gov; Fri Jun 21 16:38:42 MDT 2002 Received: (qmail 2181098 invoked by uid 18927); 21 Jun 2002 16:38:41 -0600 Delivered-To: andrey@acl.lanl.gov Received: (qmail 2420826 invoked from network); 21 Jun 2002 16:38:40 -0600 Received: from mailrelay1.lanl.gov (128.165.4.101) by acl.lanl.gov with SMTP; 21 Jun 2002 16:38:40 -0600 Received: from mailproxy1.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (8.11.6/8.11.6/(ccn-5)) with ESMTP id g5LMcR618325; Fri, 21 Jun 2002 16:38:27 -0600 Received: from mail.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mailproxy1.lanl.gov (8.12.3/8.12.3/(ccn-5)) with ESMTP id g5LMceKR007931; Fri, 21 Jun 2002 16:38:40 -0600 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.6.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 9F28D19A90; Fri, 21 Jun 2002 18:38:27 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from plan9.cs.bell-labs.com (ampl.com [204.178.31.2]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id C9A4319A8A for <9fans@cse.psu.edu>; Fri, 21 Jun 2002 18:37:22 -0400 (EDT) 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 Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 21 Jun 2002 18:37:20 -0400 Reminder: malloc does not return zeroed storage. Either zero it on return or use mallocz. --upas-qghtpupjyeculqxktcozbqxueo--