]> git.kaiwu.me - quickjs.git/commit
limit function and regexp bytecode to 1G to avoid buffer overflows (the bytecode...
authorFabrice Bellard <fabrice@bellard.org>
Mon, 25 Aug 2025 15:14:47 +0000 (17:14 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 25 Aug 2025 15:14:47 +0000 (17:14 +0200)
commitd9ec8f102eb211f0b230a5ec3bf5da59f333e697
treedae32dfe1c77fe2f520b10242e4101d6ef1dc2c2
parent4e0d0b7f807816097cd4e15996c5296984dc531b
limit function and regexp bytecode to 1G to avoid buffer overflows (the bytecode generators assume that bytecode offsets can fit a 32 bit signed integer
libregexp.c
quickjs.c