Homec4science

fixes a problem in which we pass the address one byte…

Authored by jgm <jgm@google.com> on Jul 12 2012, 18:46.

Description

fixes a problem in which we pass the address one byte ~/svn/googletest/trunk after the end of stack space in a call to clone(). According to Linux's man page on clone(), the 'stack' parameter usually points to the topmost address of the memory space set up for the child stack. The existing code points one byte after the end

Details

Committed
jgm <jgm@google.com>Jul 12 2012, 18:46
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:a1c4b46bc2c1: added defines for iOS
Branches
Unknown
Tags
Unknown

Event Timeline

jgm <jgm@google.com> committed R9484:4c9751214102: fixes a problem in which we pass the address one byte… (authored by jgm <jgm@google.com>).Jul 12 2012, 18:46