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

Issue 3007030: bsdiff: force off_t to be 64 bits, honor size_t length (Closed)

Created:
10 years, 4 months ago by adlr
Modified:
9 years ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, tedbo, adlr, anush
Base URL:
ssh://git@chromiumos-git/chromiumos-overlay.git
Visibility:
Public.

Description

bsdiff: force off_t to be 64 bits, honor size_t length BUG=chromium-os:5364 TEST=tested doing a delta update on a device

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix size_t max handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -30 lines) Patch
M dev-util/bsdiff/bsdiff-4.3-r1.ebuild View 1 chunk +2 lines, -2 lines 0 comments Download
M dev-util/bsdiff/files/4.3_bspatch-support-input-output-positioning.patch View 1 12 chunks +19 lines, -28 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
adlr
10 years, 4 months ago (2010-08-04 02:24:36 UTC) #1
petkov
One question... http://codereview.chromium.org/3007030/diff/1/3 File dev-util/bsdiff/files/4.3_bspatch-support-input-output-positioning.patch (right): http://codereview.chromium.org/3007030/diff/1/3#newcode137 dev-util/bsdiff/files/4.3_bspatch-support-input-output-positioning.patch:137: +static const int64_t kMaxSizeT = (((int64_t)1) << ...
10 years, 4 months ago (2010-08-04 04:36:24 UTC) #2
adlr
PTAL thanks
10 years, 4 months ago (2010-08-06 05:49:53 UTC) #3
petkov
10 years, 4 months ago (2010-08-06 06:44:52 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698