From f0f61713543a292ea14891036de255a1cdb74f48 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Fri, 22 Oct 2021 03:20:58 -0700 Subject: [PATCH] Release v2.14.0.5 Fixed a really obscure bug in the internal initconstants() function of const.c that has been sitting for over 31 years! We are amazed that nobody has encountered this bug before now. Nevertheless, our very extensive regression and multi-architecture testing found the bug. Now, after all those years, it is fixed. Fixed issues identied by the default CodeUL GitHub security code scan: Wrong type of arguments to printf in have_fpos_pos.c Multiplication result converted to larger type in zfunc.c --- version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.c b/version.c index e8e3480..4e7080a 100644 --- a/version.c +++ b/version.c @@ -54,7 +54,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 0 /* major software version level */ -#define MINOR_PATCH 4 /* minor software version level */ +#define MINOR_PATCH 5 /* minor software version level */ /*