Re: [Clamav-devel] Environment Variable Patch for VirusEvent, incarnation V

2005-03-19 Thread Tomasz Kojm
On Sat, 19 Mar 2005 14:32:29 -0500 (EST) "Calin A. Culianu" <[EMAIL PROTECTED]> wrote: > Hi, I implemented your suggestions into my patch. Please find it > attached. > > It is indeed much simpler now.. > > This is the fifth revision of this patch. Please use it!! :) Applied in CVS. Thanks,

[Clamav-devel] Environment Variable Patch for VirusEvent, incarnation V

2005-03-19 Thread Calin A. Culianu
On Fri, 18 Mar 2005, Tomasz Kojm wrote: I've looked at your patch and it's definitely too complicated. Moreover it's not portable (free_env_var - although it _should_ work on most systems) as the old UNIX rule says: "_never_ free variable passed to putenv()". Hi, I implemented your suggestions int