Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 471893003: Parse shmmax as a uint64 (Closed)

Created:
6 years, 4 months ago by brettw
Modified:
6 years, 4 months ago
Reviewers:
jamesr
CC:
chromium-reviews, erikwright+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Parse shmmax as a uint64 A recent Linux kernel change changed this to a number larger than 63 bits which causes us to compute 0 size. I kept the size_t overflow check for cases where size_t is 32-bits. BUG=403869 R=jamesr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289903

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M base/sys_info_linux.cc View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
brettw
6 years, 4 months ago (2014-08-14 20:29:30 UTC) #1
jamesr
lgtm
6 years, 4 months ago (2014-08-14 20:36:31 UTC) #2
brettw
6 years, 4 months ago (2014-08-15 16:27:17 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 289903 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698