Re: [PATCH] Fix __getreent stack calculations.
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84tA2BQMifoU6--NYwVnLqB_UrWJ_+Kv6QpjZLAo_EVMKw@mail.gmail.com> |
Patch applied. -- Jeff J. On Fri, Jun 7, 2019 at 10:55 AM Andrew Stubbs <[email protected]> wrote: > > Fix a bug in which the high-part of 64-bit values are being corrupted, > leading > to erroneous stack overflow errors. The problem was only that the > mixed-size > calculations are being treated as signed when they should be unsigned. > --- > newlib/libc/machine/amdgcn/getreent.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >