mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Backport some memory corruption fixes for sqlite3. Note that I haven't fixed bug #920440 - I have essentially no idea about this package and I'd really prefer someone investigate what it's even trying to do there. Bug: https://bugs.gentoo.org/920440 Closes: https://bugs.gentoo.org/920460 Closes: https://bugs.gentoo.org/933427 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
266 B
Diff
12 lines
266 B
Diff
https://bugs.gentoo.org/920460
|
|
--- a/drivers/firebird/dbd_firebird.c
|
|
+++ b/drivers/firebird/dbd_firebird.c
|
|
@@ -43,6 +43,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <ibase.h>
|
|
+#include <ctype.h>
|
|
|
|
#include "dbd_firebird.h"
|
|
#include "firebird_charsets.h"
|