aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-03Handle partial snapshot restore due to stack overflow.Mike Pall2-4/+9
Reported by pwnhacker0x18. Fixed by Peter Cawley. #1196
2024-05-25Prevent sanitizer warning in snap_restoredata().Mike Pall1-2/+4
Thanks to Sergey Kaplun. #1193
2024-04-19Fix segment release check in internal memory allocator.Mike Pall1-1/+1
Thanks to Jinji Zeng. #1179 #1157
2024-03-10Prevent down-recursion for side traces.Mike Pall1-1/+1
Thanks to Sergey Kaplun. #1169
2024-03-10Check frame size limit before returning to a lower frame.Mike Pall1-0/+2
Thanks to Sergey Kaplun. #1173
2024-03-10FFI: Treat cdata finalizer table as a GC root.Mike Pall1-0/+3
Thanks to Sergey Bronnikov. #1168
2024-03-10Handle stack reallocation in debug.setmetatable() and lua_setmetatable().Mike Pall1-0/+1
Thanks to Sergey Kaplun. #1172
2024-02-04Rework stack overflow handling.Mike Pall4-21/+57
Reported by pwnhacker0x18. Fixed by Peter Cawley. #1152
2024-01-31Preserve keys with dynamic values in template tables when saving bytecode.Mike Pall1-2/+2
Reported by Lyrthras. Fixed by Peter Cawley. #1155
2024-01-31Prevent include of luajit_rolling.h.Mike Pall2-1/+2
Thanks to Peter Cawley. #1145
2024-01-26Fix documentation bug about '\z' string escape.Mike Pall1-1/+1
2024-01-23Fix unsinking of IR_FSTORE for NULL metatable.Mike Pall1-3/+8
Reported by pwnhacker0x18. #1147
2023-12-23Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.Mike Pall2-0/+3
Thanks to Peter Cawley. #1133
2023-12-23Respect jit.off() on pending trace exit.Mike Pall1-1/+1
Thanks to Sergey Kaplun. #1134
2023-12-23Simplify handling of instable types in TNEW/TDUP load forwarding.Mike Pall1-11/+9
Thanks to Peter Cawley. #994
2023-12-11Only emit proper parent references in snapshot replay.Mike Pall1-4/+8
Thanks to Peter Cawley. #1132
2023-12-10ARM: Fix stack restore for FP slots.Mike Pall1-1/+9
Thanks to Peter Cawley. #1131
2023-12-10Document workaround for multilib vs. cross-compiler conflict.Mike Pall1-1/+4
Reported by igorpupkinable. #1126
2023-12-10Fix runtime library flags for MSVC debug builds.Mike Pall1-2/+4
Reported by igor725. #1127
2023-12-10Fix .debug_abbrev section in GDB JIT API.Mike Pall1-1/+1
Thanks to Dmitry Stogov. #1129
2023-12-10Emit sunk IR_NEWREF only once per key on snapshot replay.Mike Pall1-0/+12
Thanks to Sergey Kaplun and Peter Cawley. #1128
2023-11-14x86/x64: Don't fuse loads across IR_NEWREF.Mike Pall1-7/+9
Reported by Peter Cawley. #1117
2023-11-12x86/x64: Add more red zone checks to assembler backend.Mike Pall1-1/+6
Thanks to Peter Cawley. #1116
2023-11-12Add stack check to pcall/xpcall.Mike Pall5-1/+38
Analyzed by Peter Cawley. #1048
2023-11-09Invalidate SCEV entry when returning to lower frame.Mike Pall1-0/+1
Thanks to Zhongwei Yao. #1115
2023-11-07FFI: Fix pragma push stack limit check and throw on overflow.Mike Pall1-1/+3
Reported by Sergey Kaplun. #1114
2023-11-05x64: Properly fix __call metamethod return dispatch.Mike Pall1-1/+1
Reported by Sergey Kaplun. #1110
2023-10-21FFI: Fix dangling reference to CType in carith_checkarg().Mike Pall1-0/+4
Reported by Sergey Kaplun. #1108
2023-09-22Maintain chain invariant in DCE.Mike Pall1-1/+1
Thanks to Peter Cawley. #1094
2023-09-21Follow-up fix for stack overflow handling cleanup.Mike Pall1-1/+1
2023-09-21Handle all stack layouts in (delayed) TRACE vmevent.Mike Pall1-10/+16
Thanks to Sergey Bronnikov and Peter Cawley. #1087
2023-09-21Add missing coercion when recording select(string, ...)Mike Pall1-1/+4
Thanks to Peter Cawley. #1083
2023-09-21Cleanup stack overflow handling.Mike Pall1-4/+11
Reported by Peter Cawley. #962
2023-09-10Allow path overrides in genversion.lua with minilua, too.Mike Pall1-0/+1
Thanks to arch1t3cht. #1067
2023-09-09Improve architecture detection error messages.Mike Pall2-8/+16
2023-09-09ARM: Fix stack check code generation.Mike Pall1-2/+5
Thanks to Peter Cawley. #1068
2023-09-09Fix mcode limit check for non-x86 archs.Mike Pall1-1/+1
Thanks to Peter Cawley.
2023-09-09Add NaN check to IR_NEWREF.Mike Pall2-4/+13
Thanks to Peter Cawley. #1069
2023-09-09Allow override of paths for genversion.lua.Mike Pall1-3/+3
Thanks to arch1t3cht. #1067
2023-09-09Fix native MinGW build.Mike Pall1-1/+5
Thanks to Victor Bombi. #1071
2023-08-29Update external MSDN URL in code.Mike Pall1-1/+1
Thanks to Kyle Marshall. #1060
2023-08-28Handle table unsinking in the presence of IRFL_TAB_NOMM.Mike Pall1-5/+15
Reported by Sergey Kaplun. #1052
2023-08-28Use fallback name for install files without valid .git or .relver.Mike Pall1-6/+7
2023-08-28Handle non-.git checkout with .relver in .bat-file builds.Mike Pall4-4/+4
Thanks to Simon Cooke.
2023-08-28Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.Mike Pall1-2/+2
Thanks to Peter Cawley. #1047
2023-08-28Fix predict_next() in parser (again).Mike Pall1-1/+3
Reported by Sergey Bronnikov. #1054
2023-08-22Handle the case when .git is not a directory.Mike Pall1-1/+1
Thanks to Alexander Shpilkin.
2023-08-22Add .gitattributes to dynamically resolve .relver.Mike Pall2-0/+2
Thanks to Alexander Shpilkin.
2023-08-21Fix Windows build scripts for rolling releases.Mike Pall4-4/+4
Reported by Miku AuahDark.
2023-08-21Switch MSVC and console build scripts to rolling releases.Mike Pall4-0/+12