]> Cypherpunks repositories - gostls13.git/commit
bug: pointer arithmetic involving large offsets
authorRuss Cox <rsc@golang.org>
Tue, 9 Jun 2009 16:45:30 +0000 (09:45 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 9 Jun 2009 16:45:30 +0000 (09:45 -0700)
commitbf5c0c957c3c3ea9add6cfd51b90c463cb4814b5
treef5dabc87030e82aa1c691ef2414a56b815156700
parentb05c6fe23a84e8e5962bd36fed9ccb145b281166
bug: pointer arithmetic involving large offsets
needs to dereference the base pointer to make
sure it catches nil.

R=r,ken
DELTA=21  (21 added, 0 deleted, 0 changed)
OCL=30083
CL=30101
test/bugs/bug162.go [new file with mode: 0644]