提交 8ff9a219 编写于 作者: L liyufan

for start wifi

Signed-off-by: Nliyufan <liyufan5@huawei.com>
上级 bcf81816
......@@ -729,7 +729,7 @@ void wpa_debug_close_file(void)
}
void wpa_debug_setup_stdout(void)
void wpa_debug_setup_stdout(void) __attribute__((no_sanitize("cfi")))
{
#ifndef _WIN32
setvbuf(stdout, NULL, _IOLBF, 0);
......@@ -755,7 +755,7 @@ void wpa_msg_register_ifname_cb(wpa_msg_get_ifname_func func)
wpa_msg_ifname_cb = func;
}
void wpa_msg(void *ctx, int level, const char *fmt, ...)
void wpa_msg(void *ctx, int level, const char *fmt, ...) __attribute__((no_sanitize("cfi")))
{
va_list ap;
char *buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册