From: Vladislav Shpilevoy via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tarantool-patches@dev.tarantool.org, gorcunov@gmail.com, sergepetrenko@tarantool.org Subject: [Tarantool-patches] [PATCH 0/2] Swim misusage crashes Date: Sun, 4 Apr 2021 17:06:41 +0200 [thread overview] Message-ID: <cover.1617548717.git.v.shpilevoy@tarantool.org> (raw) The patchset fixes 2 crashes happened when SWIM API was misused. Branch: http://github.com/tarantool/tarantool/tree/gerold103/swim-misusage-crashes-5951-5952 Issue: https://github.com/tarantool/tarantool/issues/5951 Issue: https://github.com/tarantool/tarantool/issues/5952 Vladislav Shpilevoy (2): swim: fix crash on bad member_by_uuid() call swim: check types in __serialize methods .../unreleased/swim-member_by_uuid-crash.md | 4 + changelogs/unreleased/swim-serialize-crash.md | 4 + src/lib/swim/swim.c | 2 + src/lua/swim.lua | 41 +++++-- test/swim/gh-5952-swim-serialize.result | 101 ++++++++++++++++++ test/swim/gh-5952-swim-serialize.test.lua | 33 ++++++ test/swim/swim.result | 9 ++ test/swim/swim.test.lua | 3 + test/unit/swim.c | 23 +++- test/unit/swim.result | 9 +- 10 files changed, 217 insertions(+), 12 deletions(-) create mode 100644 changelogs/unreleased/swim-member_by_uuid-crash.md create mode 100644 changelogs/unreleased/swim-serialize-crash.md create mode 100644 test/swim/gh-5952-swim-serialize.result create mode 100644 test/swim/gh-5952-swim-serialize.test.lua -- 2.24.3 (Apple Git-128)
next reply other threads:[~2021-04-04 15:06 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-04 15:06 Vladislav Shpilevoy via Tarantool-patches [this message] 2021-04-04 15:06 ` [Tarantool-patches] [PATCH 1/2] swim: fix crash on bad member_by_uuid() call Vladislav Shpilevoy via Tarantool-patches 2021-04-04 15:06 ` [Tarantool-patches] [PATCH 2/2] swim: check types in __serialize methods Vladislav Shpilevoy via Tarantool-patches 2021-04-04 20:42 ` [Tarantool-patches] [PATCH 0/2] Swim misusage crashes Cyrill Gorcunov via Tarantool-patches 2021-04-05 9:05 ` Serge Petrenko via Tarantool-patches 2021-04-05 15:20 ` Kirill Yukhin 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=cover.1617548717.git.v.shpilevoy@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=gorcunov@gmail.com \ --cc=sergepetrenko@tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] Swim misusage crashes' \ /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