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

Issue 8550043: code review 8550043: runtime: fix integer overflow in hashmap (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dvyukov
Modified:
12 years ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

runtime: fix integer overflow in hashmap The test is problematic, because it requires 8GB+ of RAM. Fixes issue 5239.

Patch Set 1 #

Patch Set 2 : diff -r 420ab460e41c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 420ab460e41c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 72f34609fb25 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/runtime/hashmap.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years ago (2013-04-09 01:38:52 UTC) #1
bradfitz
LGTM Thanks! On Mon, Apr 8, 2013 at 6:38 PM, <dvyukov@google.com> wrote: > Reviewers: golang-dev1, ...
12 years ago (2013-04-09 01:39:56 UTC) #2
dvyukov
12 years ago (2013-04-09 01:56:45 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=6b6253f60ef9 ***

runtime: fix integer overflow in hashmap
The test is problematic, because it requires 8GB+ of RAM.
Fixes issue 5239.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/8550043
Sign in to reply to this message.

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