gentoo/dev-db/libdbi-drivers/files/libdbi-drivers-0.9.0-c99.patch
Sam James 1c52fc05c6
dev-db/libdbi-drivers: fix memory corruption issues w/ sqlite
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>
2024-06-12 02:57:18 +01:00

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"