- Fixes several CVEs, see https://vuxml.FreeBSD.org/freebsd/d3d02d3a-2242-11e9-b95c-b499baebfeaf.html for the list PR: 236570 Submitted by: Igor Zabelin <igorz@yandex.ru> Approved by: feld (maintainer timeout) MFH: 2019Q3
10 lines
257 B
C
10 lines
257 B
C
--- mysys/mf_iocache2.c.orig 2019-02-18 09:11:31.000000000 +0300
|
|
+++ mysys/mf_iocache2.c
|
|
@@ -24,6 +24,7 @@
|
|
#include <m_string.h>
|
|
#include <stdarg.h>
|
|
#include <m_ctype.h>
|
|
+#include "mysql/psi/mysql_file.h"
|
|
|
|
/*
|
|
Copy contents of an IO_CACHE to a file.
|