[tarantool-patches] [PATCH v2 0/2] Refactor in box and say modules.

  • From: Olga Arkhangelskaia <arkholga@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Tue, 17 Jul 2018 18:15:19 +0300

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)


Other related posts:

  • » [tarantool-patches] [PATCH v2 0/2] Refactor in box and say modules. - Olga Arkhangelskaia