• Gustavo Niemeyer's avatar
    bytes: fix Replace so it actually copies · d16ceca5
    Gustavo Niemeyer authored
    The documentation for bytes.Replace says it copies
    the slice but it won't necessarily copy them.  Since
    the data is mutable, breaking the contract is an issue.
    
    We either have to fix this by making the copy at all
    times, as suggested in this CL, or we should change the
    documentation and perhaps make better use of the fact
    it's fine to mutate the slice in place otherwise.
    
    R=golang-dev, bradfitz, adg, rsc
    CC=golang-dev
    https://golang.org/cl/5081043
    d16ceca5
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...