From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (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 20B6D46971A for ; Fri, 6 Dec 2019 14:14:56 +0300 (MSK) Date: Fri, 6 Dec 2019 14:14:54 +0300 From: Kirill Yukhin Message-ID: <20191206111454.qj7p6fnzfrpanjlc@tarantool.org> References: <20191206100457.62111-1-k.sosnin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191206100457.62111-1-k.sosnin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] app: increase max recursion depth for encoding/decoding List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Sosnin Cc: tarantool-patches@dev.tarantool.org Hello, On 06 дек 13:04, Chris Sosnin wrote: > It was requested to be raised from 32 to 128 > > Closes #4670 > --- > branch: https://github.com/tarantool/tarantool/compare/ksosnin/gh-4670-encoding-depth Nit: please, use proper link to the branch, w/o `compare` > issue: https://github.com/tarantool/tarantool/issues/4670 Your patch it OK. I've checked it into 2.2 and master. -- Regards, Kirill Yukhin