Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] popen fixes
@ 2020-05-18 11:42 Alexander Turenko
  2020-05-18 11:42 ` [Tarantool-patches] [PATCH 1/2] popen: fix access to freed memory after :close() Alexander Turenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Turenko @ 2020-05-18 11:42 UTC (permalink / raw)
  To: Vladislav Shpilevoy, Alexander V . Tikhonov
  Cc: tarantool-patches, Alexander Turenko

The patchset fixes two problems in the popen implementation and the
test, which fails testing on Mac OS from time to time.

https://github.com/tarantool/tarantool/issues/4995
https://github.com/tarantool/tarantool/issues/4938
Totktonada/popen-fixes

Alexander Turenko (2):
  popen: fix access to freed memory after :close()
  test: popen: fix popen test 'hang' under test-run

 src/lib/core/popen.c        |  5 +++++
 src/lua/popen.c             | 11 +++++++++--
 test/app-tap/popen.test.lua | 24 +++++++++++++++++++++++-
 3 files changed, 37 insertions(+), 3 deletions(-)

-- 
2.25.0

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

end of thread, other threads:[~2020-05-20  6:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 11:42 [Tarantool-patches] [PATCH 0/2] popen fixes Alexander Turenko
2020-05-18 11:42 ` [Tarantool-patches] [PATCH 1/2] popen: fix access to freed memory after :close() Alexander Turenko
2020-05-18 11:42 ` [Tarantool-patches] [PATCH 2/2] test: popen: fix popen test 'hang' under test-run Alexander Turenko
2020-05-18 21:57 ` [Tarantool-patches] [PATCH 0/2] popen fixes Vladislav Shpilevoy
2020-05-19  5:00 ` Alexander V. Tikhonov
2020-05-20  6:35 ` Kirill Yukhin

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