From 51b246d63a6d97909d0261ecd19430a5440cf77e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 20 Jun 2016 19:06:01 +0100 Subject: [PATCH] Fixed COVERITY reported overflow defect. --- src/osgPlugins/lua/lua-5.2.3/src/llex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/lua/lua-5.2.3/src/llex.h b/src/osgPlugins/lua/lua-5.2.3/src/llex.h index a4acdd302..4c3164d0e 100644 --- a/src/osgPlugins/lua/lua-5.2.3/src/llex.h +++ b/src/osgPlugins/lua/lua-5.2.3/src/llex.h @@ -11,7 +11,7 @@ #include "lzio.h" -#define FIRST_RESERVED 257 +#define FIRST_RESERVED 256