Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] Swim misusage crashes
@ 2021-04-04 15:06 Vladislav Shpilevoy via Tarantool-patches
  2021-04-04 15:06 ` [Tarantool-patches] [PATCH 1/2] swim: fix crash on bad member_by_uuid() call Vladislav Shpilevoy via Tarantool-patches
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vladislav Shpilevoy via Tarantool-patches @ 2021-04-04 15:06 UTC (permalink / raw)
  To: tarantool-patches, gorcunov, sergepetrenko

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)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-05 15:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 15:06 [Tarantool-patches] [PATCH 0/2] Swim misusage crashes Vladislav Shpilevoy via Tarantool-patches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox