[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: cvs.openbsd.org: src



CVSROOT:	/cvs
Module name:	src
Changes by:	reyk_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org	2006/02/25 06:38:25

Modified files:
	usr.sbin/hostapd: hostapd.c 

Log message:
fix for hostapd_printf() from Andrey Matveev:
---snip---
We allocate some memory with va_start() for storage variable arguments
in dynamic mode. va_end() takes care about clearing this memory.
Therefore we should be sure, that to each va_start() there corresponds
va_end() call. And on error path too.
---snap---



Visit your host, monkey.org