On Mar 13, 8:33am, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/lib/libc/arch/alpha/gen
| I have a bad feeling setting random values to registers, and we will | do a system call right afterwards, so I think it is no big deal performance | wise. We can carfully null out only the not initialized/semantically | important parts otherwise - I dunno. But most of the structure is explicitly initialized. It is probably better to explicitly set the missing members that calling memset(). christos