[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Reyk Floeter <reyk_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 25 Feb 2006 06:38:25 -0700 (MST)
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