• Russ Cox's avatar
    runtime: remove some overuse of uintptr/unsafe.Pointer · 6c67dd90
    Russ Cox authored
    Now 'go vet runtime' only shows:
    
            malloc.go:200: possible misuse of unsafe.Pointer
            malloc.go:214: possible misuse of unsafe.Pointer
            malloc.go:250: possible misuse of unsafe.Pointer
            stubs.go:167: possible misuse of unsafe.Pointer
    
    Those are all unavoidable.
    
    LGTM=josharian
    R=golang-codereviews, dvyukov, josharian
    CC=dave, golang-codereviews
    https://golang.org/cl/135730043
    6c67dd90
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...