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 11/07/2014 09:35 AM, Alexandre Oliva wrote:
This was based on an interpretation that strcpy (and memcpy, and compiler-inlined versions thereof) could not write garbage in the destination before writing the intended values, because this would be a deviation from the specification, and it could be observed by an asynchronous signal handler.
Which specification do you mean? glibc or the C standard? -- Florian Weimer / Red Hat Product Security
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |