From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: sergos <sergos@tarantool.org> Cc: Maxim Kokryashkin <max.kokryashkin@gmail.com>, tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] Fix overflow check in unpack(). Date: Tue, 23 Aug 2022 16:38:00 +0300 [thread overview] Message-ID: <YwTYOGMJ7fUYsagH@root> (raw) In-Reply-To: <59F55FF8-96DB-4CB7-A689-87CAB607222C@tarantool.org> Hi, Sergos! Thanks for the review! On 23.08.22, sergos wrote: > Hi Sergey! > > Thanks for the patch, LGTM. > > Sergos. > > > > On 23 Aug 2022, at 11:06, Sergey Kaplun <skaplun@tarantool.org> wrote: > > > > From: Mike Pall <mike> > > > > Thanks to HybridDog. Added the following forgotten title as usual:) | (cherry picked from commit 179cf2eb84fef2b9a524469c3c8cc49363b8fb10) Branch is force-pushed. > > > > When build with optimization compiler may throw away overflow check in > > `unpack()` base library function. > > > > This patch prevents aforementioned error by comparing the unsigned > > amount of values to unpack with `LUAI_MAXCSTACK` instead of 0. > > > > Sergey Kaplun: > > * added the description and the test for the problem > > > > Part of tarantool/tarantool#7230 > > --- > > > > Issue/PR: > > * https://github.com/LuaJIT/LuaJIT/pull/574 > > * https://github.com/tarantool/tarantool/issues/7230 > > Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-574-overflow-unpack-full-ci > > PR: https://github.com/tarantool/tarantool/pull/7596 > > <snipped> > > 2.34.1 > > > -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2022-08-23 13:40 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-08-23 8:06 Sergey Kaplun via Tarantool-patches 2022-08-23 11:03 ` sergos via Tarantool-patches 2022-08-23 13:38 ` Sergey Kaplun via Tarantool-patches [this message] 2022-09-06 13:47 ` Maxim Kokryashkin via Tarantool-patches 2022-09-07 11:56 ` Sergey Kaplun via Tarantool-patches 2022-09-07 12:00 ` Maxim Kokryashkin via Tarantool-patches 2022-11-11 8:54 ` Igor Munkin via Tarantool-patches
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=YwTYOGMJ7fUYsagH@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=max.kokryashkin@gmail.com \ --cc=sergos@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] Fix overflow check in unpack().' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox