From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 F08CB469710 for ; Wed, 20 May 2020 11:18:10 +0300 (MSK) References: <172feb69ec2caea2aa63a24de8b76a4dba13bebb.1589583614.git.v.shpilevoy@tarantool.org> <52af1bb7-b125-7490-3882-ce74698789d2@tarantool.org> From: Aleksandr Lyapunov Message-ID: <2aa9c7d1-7364-3280-021f-6ece877fc90f@tarantool.org> Date: Wed, 20 May 2020 11:18:09 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [Tarantool-patches] [PATCH 2/2] uuid: fix unaligned memory access List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org, tsafin@tarantool.org, gorcunov@gmail.com Thanks for the changes! Perfect with uuid_nil, lgtm. On 5/20/20 12:24 AM, Vladislav Shpilevoy wrote: > Thanks for the comments! >