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

Issue 7876043: code review 7876043: runtime: fix tv_sec 32-bit overflows in sleep routines. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by remyoudompheng
Modified:
11 years, 1 month ago
Reviewers:
CC:
golang-dev, minux1, rsc
Visibility:
Public.

Description

runtime: fix tv_sec 32-bit overflows in sleep routines. Fixes issue 5063.

Patch Set 1 #

Patch Set 2 : diff -r b5b5c246be0c https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b5b5c246be0c https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r b5b5c246be0c https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 07e7d82f760e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -8 lines) Patch
A src/pkg/runtime/export_futex_test.go View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A src/pkg/runtime/futex_test.go View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M src/pkg/runtime/os_darwin.c View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/os_freebsd.c View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/os_linux.c View 1 1 chunk +6 lines, -4 lines 0 comments Download
M src/pkg/runtime/os_netbsd.c View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/pkg/runtime/os_openbsd.c View 1 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 7
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 1 month ago (2013-03-16 22:20:28 UTC) #1
minux1
LGTM. is there a way to test this?
11 years, 1 month ago (2013-03-16 22:49:01 UTC) #2
remyoudompheng
On 2013/03/16 22:49:01, minux wrote: > LGTM. is there a way to test this? I ...
11 years, 1 month ago (2013-03-17 09:21:37 UTC) #3
remyoudompheng
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 1 month ago (2013-03-17 09:38:00 UTC) #4
minux1
LGTM.
11 years, 1 month ago (2013-03-18 12:34:20 UTC) #5
rsc
LGTM
11 years, 1 month ago (2013-03-18 13:38:15 UTC) #6
remyoudompheng
11 years, 1 month ago (2013-03-18 19:11:32 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=5c43f676b8ec ***

runtime: fix tv_sec 32-bit overflows in sleep routines.

Fixes issue 5063.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://codereview.appspot.com/7876043
Sign in to reply to this message.

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