Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3273)

Issue 83520043: code review 83520043: runtime: check that new slice cap doesn't overflow (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by dave
Modified:
10 years ago
Reviewers:
iant
CC:
golang-codereviews, iant, josharian
Visibility:
Public.

Description

runtime: check that new slice cap doesn't overflow Fixes issue 7550.

Patch Set 1 #

Patch Set 2 : diff -r d572df89bed8 https://code.google.com/p/go #

Patch Set 3 : diff -r d572df89bed8 https://code.google.com/p/go #

Patch Set 4 : diff -r d572df89bed8 https://code.google.com/p/go #

Patch Set 5 : diff -r 98fa19f0c380 https://code.google.com/p/go #

Patch Set 6 : diff -r 97ba656ccd5d https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M src/pkg/runtime/slice.goc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A test/fixedbugs/issue7550.go View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 8
dave_cheney.net
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-02 10:06:58 UTC) #1
dave_cheney.net
The test is not awesome. I could not find an example of a // run ...
10 years ago (2014-04-02 10:26:57 UTC) #2
iant
On Wed, Apr 2, 2014 at 3:26 AM, <dave@cheney.net> wrote: > The test is not ...
10 years ago (2014-04-02 15:47:22 UTC) #3
josharian
> The test is not awesome. I could not find an example of a // ...
10 years ago (2014-04-02 16:08:23 UTC) #4
dave_cheney.net
Ian, thanks, I was looking for some version of // cmpout or // errorcheck. I've ...
10 years ago (2014-04-02 20:26:18 UTC) #5
dave_cheney.net
Hello golang-codereviews@googlegroups.com, iant@golang.org, josharian@gmail.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-02 20:40:13 UTC) #6
iant
LGTM
10 years ago (2014-04-02 20:59:53 UTC) #7
dave_cheney.net
10 years ago (2014-04-03 02:45:12 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=779b773c87e6 ***

runtime: check that new slice cap doesn't overflow

Fixes issue 7550.

LGTM=iant
R=golang-codereviews, iant, josharian
CC=golang-codereviews
https://codereview.appspot.com/83520043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b