]> Cypherpunks repositories - gostls13.git/commit
runtime: fix integer overflow in amd64 memmove.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 8 Mar 2013 23:41:03 +0000 (00:41 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 8 Mar 2013 23:41:03 +0000 (00:41 +0100)
commit1b8f51c91794e3fb90e582ba22ad06b6ad28e1d4
tree222b51ef8010029c80f89326003546b70fd104d3
parent33e8ca4d67ecd1fb02d9189160cb3a91b4285748
runtime: fix integer overflow in amd64 memmove.

Fixes #4981.

R=bradfitz, fullung, rsc, minux.ma
CC=golang-dev
https://golang.org/cl/7474047
src/pkg/runtime/memmove_amd64.s
src/pkg/runtime/memmove_linux_amd64_test.go [new file with mode: 0644]
src/pkg/runtime/runtime.h