svn commit: r358152 - head/bin/sh

Hiroki Sato hrs at FreeBSD.org
Sat Feb 22 18:53:47 UTC 2020


Conrad Meyer <cem at freebsd.org> wrote
  in <CAG6CVpXfjoGmCME0ph87YpfDc=VYQVLpoQ4NpvvajxOb9xSh0A at mail.gmail.com>:

ce> Given the report and looking at the change, I suspect the problem is
ce> the promotion of '-residue' from size_t (unsigned 32-bit on i386) to
ce> off_t (signed 64-bit).  Something like '-(off_t)residue' or even
ce> 'off_t residue;' should fix it.

 Yes, r358235 is the correct fix.  I am sorry for the breakage and
 thank you for fixing it quickly.

-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 342 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20200223/52d03834/attachment.sig>


More information about the svn-src-head mailing list