• Poul-Henning Kamp's avatar
    Strictly speaking · 7a385e94
    Poul-Henning Kamp authored
    	int
    	foo()
    	{
    		int bar;
    
    		(void)bar;
    		[...]
    	}
    
    Isn't valid C because bar has an undefined value when you cast its
    value away.  Yes, many thanks to ISO-C for that gem.
    
    Memset the variables to zero instead.
    7a385e94
cache_acceptor.c 11.5 KB