This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2017-04-16, at 4:06 PM, Andreas Schwab wrote: > On Apr 16 2017, John David Anglin <dave.anglin@bell.net> wrote: > >> + char *new_guard = (char *)(((uintptr_t) pd - guardsize) & ~pagesize_m1); >> + char *old_guard = (char *)(((uintptr_t) pd - pd->guardsize) & ~pagesize_m1); > > The lines are too long. The long lines are fixed in this version. Otherwise, unchanged. Dave -- John David Anglin dave.anglin@bell.net
Attachment:
allocatestack-v2.d.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |