663b779830
Resolves: rhbz#1467312 Fixed multiple memory leaks Resolves: CVE-2017-1000369 On callout avoid SIZE option when doing recipient verification with caching enabled Resolves: rhbz#1482217 Fixed some minor whitespace problems in the spec
11 lines
307 B
Diff
11 lines
307 B
Diff
--- a/src/lookups/mysql.c 2017-06-30 18:14:16.681819941 +0200
|
|
+++ b/src/lookups/mysql.c 2017-06-30 18:14:29.776921269 +0200
|
|
@@ -13,6 +13,7 @@
|
|
#include "lf_functions.h"
|
|
|
|
#include <mysql.h> /* The system header */
|
|
+#include <mysql_version.h>
|
|
|
|
|
|
/* Structure and anchor for caching connections. */
|