You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/lua/files/5.1.3/08_all_code_injection.upstr...

13 lines
394 B

diff -ur lua-5.1.3.orig/src/lundump.c lua-5.1.3/src/lundump.c
--- lua-5.1.3.orig/src/lundump.c 2008-05-15 09:24:32.000000000 +0200
+++ lua-5.1.3/src/lundump.c 2008-05-15 09:25:18.000000000 +0200
@@ -115,7 +115,7 @@
setnilvalue(o);
break;
case LUA_TBOOLEAN:
- setbvalue(o,LoadChar(S));
+ setbvalue(o,LoadChar(S)!=0);
break;
case LUA_TNUMBER:
setnvalue(o,LoadNumber(S));