From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] Avoid out-of-range number of results when compiling select(k, ...). Date: Thu, 8 Feb 2024 12:36:45 +0300 [thread overview] Message-ID: <ZcSgrYeewHsmD5qY@root> (raw) In-Reply-To: <8e9ceb71-4234-4b72-9f76-80f164ca591d@tarantool.org> Hi, Sergey! Thanks for the review! On 08.02.24, Sergey Bronnikov wrote: > Hi, Sergey > > thanks for the patch > > couldn't reproduce a problem by provided test. As you can see in the test comment, the test failed under ASAN with a heap buffer overflow. Unfortunately, I didn't come up with an idea of how to observe the misbehaviour (too long IRs for the trace) without ASAN. > > What compilation options I've used: > > > 1st attempt: > > cmake -S . -B build -DLUA_USE_ASSERT=ON -DLUA_USE_APICHECK=ON > > > 2nd attempt: > > CMAKE_BUILD_TYPE="Debug" > CMAKE_C_COMPILER="clang" > CMAKE_EXPORT_COMPILE_COMMANDS:BOOL="TRUE" > LUAJIT_ENABLE_COVERAGE:BOOL="FALSE" > LUAJIT_ENABLE_GC64:BOOL="TRUE" > LUAJIT_USE_ASAN:BOOL="FALSE" > LUAJIT_USE_SYSMALLOC:BOOL="FALSE" > LUA_USE_APICHECK:BOOL="TRUE" > LUA_USE_ASSERT:BOOL="TRUE" > > > Sergey > > On 2/7/24 15:06, Sergey Kaplun wrote: <snipped> > > +local function varg_frame_wp() > > + -- XXX: Need some constant negative value as the first argument > > + -- of `select()` when recording the trace. > > + -- Also, it should be huge enough to be greater than > > + -- `J->maxslot`. The value on the first iteration is ignored. > > + -- This will fail under ASAN due to a heap buffer overflow. > > + varg_frame(recording and -(LJ_MAX_JSLOTS + 1) or 1) > > +end <snipped> > > + > > +test:done(true) -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2024-02-08 9:40 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-02-07 12:06 Sergey Kaplun via Tarantool-patches 2024-02-08 9:30 ` Sergey Bronnikov via Tarantool-patches 2024-02-08 9:36 ` Sergey Kaplun via Tarantool-patches [this message] 2024-02-08 13:05 ` Sergey Bronnikov via Tarantool-patches 2024-02-08 13:57 ` Sergey Bronnikov via Tarantool-patches 2024-02-09 16:41 ` Maxim Kokryashkin via Tarantool-patches 2024-02-15 13:47 ` 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=ZcSgrYeewHsmD5qY@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] Avoid out-of-range number of results when compiling select(k, ...).' \ /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