diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-01 09:17:29 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-01 09:17:29 -0300 |
commit | ec68ed66edf857123e54b090c28451530f974df1 (patch) | |
tree | 91598b011dd033e1467065550611979d7ac7f237 | |
parent | f6a81dbe9770f0e64d04b4e7be17c826d53253aa (diff) | |
download | lua-ec68ed66edf857123e54b090c28451530f974df1.tar.gz lua-ec68ed66edf857123e54b090c28451530f974df1.tar.bz2 lua-ec68ed66edf857123e54b090c28451530f974df1.zip |
detail
-rw-r--r-- | bugs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1504,7 +1504,7 @@ report = [[Mike Pall, on 07/2007]], | |||
1504 | since = [[5.0]], | 1504 | since = [[5.0]], |
1505 | example = [[ | 1505 | example = [[ |
1506 | $ ulimit -s 1024 # Reduce C stack to 1MB for quicker results | 1506 | $ ulimit -s 1024 # Reduce C stack to 1MB for quicker results |
1507 | $ lua -e 'local s = "a,"; for i=1,18 do s = s..s end print(loadstring("local a "..s.."a=nil", ""))' | 1507 | $ lua -e 'local s = "a,"; for i=1,18 do s = s..s end print(loadstring("local a;"..s.."a=nil", ""))' |
1508 | ]], | 1508 | ]], |
1509 | patch = [[ | 1509 | patch = [[ |
1510 | lparser.c: | 1510 | lparser.c: |