From 7003b1922263ee4b6131fd458537808ccae22f41 Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Tue, 5 Mar 2019 23:49:17 +0000 Subject: [PATCH 1002/1009] Fix a potential 32-bit integer overflow in the "showdb" utility program when it is trying to interpret a corrupt database file. https://github.com/mackyle/sqlite/commit/7003b1922263ee4b6131fd458537808ccae22f41 --- tool/showdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/showdb.c b/tool/showdb.c index ba7a362..cb6ddab 100644 --- a/tool/showdb.c +++ b/tool/showdb.c @@ -828,7 +828,7 @@ static void page_usage_cell( while( ovfl && (cnt++)