From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id 376E13851C06 for ; Mon, 1 Jun 2020 15:11:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 376E13851C06 Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-26-toeSdytvMbOVAtLqMXM4yQ-1; Mon, 01 Jun 2020 11:11:28 -0400 X-MC-Unique: toeSdytvMbOVAtLqMXM4yQ-1 Received: by mail-qt1-f200.google.com with SMTP id q21so3690007qte.17 for ; Mon, 01 Jun 2020 08:11:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=zy3c5ASycNjjVtJghfzi2B02XOyJomKa/MTpbUr6efc=; b=ZGoVTd+128DblYVQVj/gMnAG/3mk22/41h4cJjNAKfpxkQmkbJsxLviIHk6iTC9RkC R6kpB72ne78a4ipAAS68TFW//oqQbiYZPyDn+OFt3Ha78Cdp5QAgMWD55y1TB6EqT+rV IB+fJmz0skyPi+ueFAfMFkvBZBNVCqkGIOXYs6jZ2zll7mNuFFtHjpaFnsf7v0ufgeUl J0wd3zu2pRw4EWYYMNcKQYqVZXJLRv4GY/mFdqCRDDCPN91QrX8G0BgGPOolIk1nOqWk /NFqjnVdTPAVmM9e0J6LNZyMhvx4VflI/Lt7sAhyoI+UGFz7UaKxyR5TB+YlV8yVygaq IsYA== X-Gm-Message-State: AOAM531aJ47ljxfZpRsFCRSxbovjtDZPZYMwY146QQtk+VyaMRqJAqPD 99Ao9QLN4j58hw67lP5CnSmE7ku6NjBgOixBc09n7ksZGKIycZjG3olxXtLD+B0di8HESSEZxnN fhZpRVVAn0W1e1wrj91o7 X-Received: by 2002:a05:6214:1432:: with SMTP id o18mr7180684qvx.57.1591024287338; Mon, 01 Jun 2020 08:11:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJylKuoICVPIeN4R23SrSaAQc9Znkm8McOEZaR/kbhZTQWrqQK5qsvnYhmJ4VMi0Tao6AuPAwQ== X-Received: by 2002:a05:6214:1432:: with SMTP id o18mr7180662qvx.57.1591024287091; Mon, 01 Jun 2020 08:11:27 -0700 (PDT) Received: from [192.168.1.4] (198-84-170-103.cpe.teksavvy.com. [198.84.170.103]) by smtp.gmail.com with ESMTPSA id b12sm6096515qkk.43.2020.06.01.08.11.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 01 Jun 2020 08:11:25 -0700 (PDT) Subject: Re: [PATCH] mbstowcs: Document, test, and fix null pointer dst semantics. To: Matheus Castanho , libc-alpha References: <63ea09de-e943-c26e-c821-093ba303d76b@redhat.com> From: Carlos O'Donell Organization: Red Hat Message-ID: <78ed7aa5-d09c-7d6c-00bc-cdcd9796078b@redhat.com> Date: Mon, 1 Jun 2020 11:11:23 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2020 15:11:31 -0000 On 6/1/20 9:40 AM, Matheus Castanho wrote: > Is a v2 still pending with Florian's comments or is this ready to go? I'll post a v2 shortly. Thanks for the ping. -- Cheers, Carlos.