From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id d5684e46 for ; Fri, 7 Feb 2020 11:26:57 +0000 (UTC) Received: (qmail 14762 invoked by alias); 7 Feb 2020 11:26:49 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45394 Received: (qmail 24146 invoked by uid 1010); 7 Feb 2020 11:26:49 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f65.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25713. spamassassin: 3.4.2. Clear:RC:0(209.85.166.65):SA:0(-2.0/5.0):. Processed in 0.984226 secs); 07 Feb 2020 11:26:49 -0000 X-Envelope-From: roman.perepelitsa@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.65 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Th95kzRGAvJFfhmj15YvVaQvc6vPgRqu+9AeC8aNbTA=; b=HldsfFwQtAEdtBw5LqlN8D6Q5Yt4Hu8I25eJzfTrf43Uj/60CuVstsePYefJRDPfa9 7SJulwTrW8Vzv55ztQMVef74TxxJ6AG94Ef6NG7f8FlByQHnSafbstQcgUkmqIJr2qI2 xw0W1+DRi4GhYHk+H3EWobHt1we8jq7r9iVQyX5MBxDYep6ir8eUFqxqgCTilvS0rkrb PON/CpC8KwCeDpmoQgFkgAC2RklWygxvmTpAG7gBsJqG6FvQI00/dsdqck6HlbNqkyHr Dc8jCtT+jJNGbPGB+4xurC6wM88W9mfiQefC6/GzpVy9Tak4yTkAVElNglRdvJUMBrkR 6BnA== X-Gm-Message-State: APjAAAV0OL+4OicHkqzCRGrU/gOzrXUpK+iDKqhXvwgSKL/dJslGAXOm ZW13ONuX1Lu0FOVFahkku0eraBDmhzac07N4w1c= X-Google-Smtp-Source: APXvYqxbCoxWj7vlyNYUqR2aNW/n5pU4WtZZ46jJxJoP2oU6hNKzUfolpp5SvYe35xC9BEuqxHywnygzG4Lf3GZ2/fY= X-Received: by 2002:a02:94e9:: with SMTP id x96mr2611429jah.68.1581074775532; Fri, 07 Feb 2020 03:26:15 -0800 (PST) MIME-Version: 1.0 References: <4CACC7EE-E7F8-4DB0-A58B-0142450FBEBF@dana.is> In-Reply-To: <4CACC7EE-E7F8-4DB0-A58B-0142450FBEBF@dana.is> From: Roman Perepelitsa Date: Fri, 7 Feb 2020 12:26:04 +0100 Message-ID: Subject: Re: PATCH: bug fix: infinite loop in sysread To: dana Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Thu, Feb 6, 2020 at 8:52 PM dana wrote: > > On 5 Feb 2020, at 08:19, Roman Perepelitsa wrote: > > The attached patch fixes a bug in sysread from zsh/system. > > I've merged this because it makes sense to me and i want to do another 5.8 > test release. If there are any issues we can back it out obv. Thanks Thanks, dana. FYI: I have commit rights. I'm new here, so I would need someone to give me a go ahead before I merge anything into master. Your merging my patch is more convenient for me of course (less work). You can push this work to me by telling me to merge. Roman.