• jgm's avatar
    fixes a problem in which we pass the address one byte ... · 4c975121
    jgm authored
    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
    4c975121
gtest-death-test.cc 49.8 KB