From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 84A2946970F for ; Fri, 22 Nov 2019 15:03:55 +0300 (MSK) From: Olga Arkhangelskaia Date: Fri, 22 Nov 2019 15:03:45 +0300 Message-Id: <20191122120347.66629-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] protects box.cfg from raw data modification List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Patch set enables DLUAJIT_ENABLE_PAIRSMM flag by default and protects box.cfg from raw data modification. Branch: https://github.com/tarantool/tarantool/tree/OKriw/gh-2867-raise-on-raw-modifications-of-box.cfg-values v1:https://lists.tarantool.org/pipermail/tarantool-patches/2019-November/012316.html Changes in v2: - deleted second test - deleted unnecessary variables - changed subject/commit msg Olga Arkhangelskaia (2): build: enables DLUAJIT_ENABLE_PAIRSMM by default box: protects box.cfg from raw data modification cmake/luajit.cmake | 1 + src/box/lua/load_cfg.lua | 14 +++++++++++++- test/box-tap/cfg.test.lua | 11 ++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) -- 2.20.1 (Apple Git-117)