• Russ Cox's avatar
    gc: more cleanup · a2a7d473
    Russ Cox authored
     * disallow surrogate pair runes.
     * diagnose impossible type assertions
     * eliminate another static buffer.
     * do not overflow lexbuf.
     * add -u flag to disable package unsafe.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/1619042
    a2a7d473
unsafe.c 1.55 KB