Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2 0/2] Refactor in box and say modules.
@ 2018-07-17 15:15 Olga Arkhangelskaia
  2018-07-17 15:15 ` [tarantool-patches] [PATCH 1/2] Ractoring in string validation of log parametrs Olga Arkhangelskaia
  2018-07-17 15:15 ` [tarantool-patches] [PATCH 2/2] Added strdup fail checks in say Olga Arkhangelskaia
  0 siblings, 2 replies; 5+ messages in thread
From: Olga Arkhangelskaia @ 2018-07-17 15:15 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Olga Arkhangelskaia

This is small refactor that deletes double parametr check and
throws notifications in case of strdup failure.

There is no ticket for this changes.

v2:
- added strdup checks
- Introduced new function say_check_cfg that encapsulates all checks.

Olga Arkhangelskaia (2):
  Ractoring in string validation of log parametrs
  Added strdup fail checks in say

 src/box/box.cc | 29 +----------------------------
 src/say.c      | 51 ++++++++++++++++++++++++++++++++++++---------------
 src/say.h      |  9 ++++-----
 3 files changed, 41 insertions(+), 48 deletions(-)

-- 
2.14.3 (Apple Git-98)

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

end of thread, other threads:[~2018-07-18 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-17 15:15 [tarantool-patches] [PATCH v2 0/2] Refactor in box and say modules Olga Arkhangelskaia
2018-07-17 15:15 ` [tarantool-patches] [PATCH 1/2] Ractoring in string validation of log parametrs Olga Arkhangelskaia
2018-07-18 12:18   ` Vladimir Davydov
2018-07-17 15:15 ` [tarantool-patches] [PATCH 2/2] Added strdup fail checks in say Olga Arkhangelskaia
2018-07-18 12:21   ` Vladimir Davydov

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