• Rob Pike's avatar
    syscall: allocate 64 bits of "basep" for Getdirentries · 451667a6
    Rob Pike authored
    Recent crashes on 386 Darwin appear to be caused by this system call
    smashing the stack. Phenomenology shows that allocating more data
    here addresses the probem.
    The guess is that since the actual system call is getdirentries64, 64 is
    what we should allocate.
    
    Should fix the darwin/386 build.
    
    R=rsc
    CC=golang-codereviews
    https://golang.org/cl/53840043
    451667a6
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...