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

Issue 63010043: code review 63010043: ogle/probe: add overflow checks for validRead and valid... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by nigeltao
Modified:
10 years, 2 months ago
Reviewers:
r
CC:
r
Visibility:
Public.

Description

ogle/probe: add overflow checks for validRead and validWrite.

Patch Set 1 #

Patch Set 2 : diff -r 19e2ca58e6d9 https://code.google.com/p/ogle #

Patch Set 3 : diff -r 19e2ca58e6d9 https://code.google.com/p/ogle #

Total comments: 4

Patch Set 4 : diff -r 19e2ca58e6d9 https://code.google.com/p/ogle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M probe/probe.go View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6
nigeltao
Hello r@golang.org, I'd like you to review this change to https://code.google.com/p/ogle
10 years, 2 months ago (2014-02-13 07:01:30 UTC) #1
r
https://codereview.appspot.com/63010043/diff/40001/probe/probe.go File probe/probe.go (right): https://codereview.appspot.com/63010043/diff/40001/probe/probe.go#newcode26 probe/probe.go:26: if size < 0 || uint64(^uintptr(0)-p) < uint64(size) { ...
10 years, 2 months ago (2014-02-13 16:22:51 UTC) #2
r
https://codereview.appspot.com/63010043/diff/40001/probe/probe.go File probe/probe.go (right): https://codereview.appspot.com/63010043/diff/40001/probe/probe.go#newcode26 probe/probe.go:26: if size < 0 || uint64(^uintptr(0)-p) < uint64(size) { ...
10 years, 2 months ago (2014-02-13 20:09:21 UTC) #3
nigeltao
https://codereview.appspot.com/63010043/diff/40001/probe/probe.go File probe/probe.go (right): https://codereview.appspot.com/63010043/diff/40001/probe/probe.go#newcode26 probe/probe.go:26: if size < 0 || uint64(^uintptr(0)-p) < uint64(size) { ...
10 years, 2 months ago (2014-02-13 23:04:33 UTC) #4
r
LGTM https://codereview.appspot.com/63010043/diff/40001/probe/probe.go File probe/probe.go (right): https://codereview.appspot.com/63010043/diff/40001/probe/probe.go#newcode26 probe/probe.go:26: if size < 0 || uint64(^uintptr(0)-p) < uint64(size) ...
10 years, 2 months ago (2014-02-13 23:25:54 UTC) #5
nigeltao
10 years, 2 months ago (2014-02-14 02:24:33 UTC) #6
*** Submitted as https://code.google.com/p/ogle/source/detail?r=11112a8e1795 ***

ogle/probe: add overflow checks for validRead and validWrite.

LGTM=r
R=r
https://codereview.appspot.com/63010043
Sign in to reply to this message.

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