From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 DB66241C5DA for ; Mon, 22 Jun 2020 10:43:31 +0300 (MSK) Date: Mon, 22 Jun 2020 10:43:30 +0300 From: Kirill Yukhin Message-ID: <20200622074330.fpfhkxohjwfoftgm@tarantool.org> References: <20200617220335.836265-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200617220335.836265-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/6] xlog: cleanup patches List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml , Vladislav Shpilevoy , Alexander Turenko Hello, On 18 июн 01:03, Cyrill Gorcunov wrote: > While been working on the feature #4743 I've noticed that we've > a pure mess in PATH_MAX usage inside xlog code. Lets clean it > a bit while we're here. Basically the idea is to not use PATH_MAX+1 > constant, the PATH_MAX already implies to include end of string. > > branch gorcunov/gh-4743-path-max-cleanup I've checked your patchset into master. -- Regards, Kirill Yukhin