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

Issue 155984: Fix an off-by-one in the zip filename reading code. It's pretty harmless, and... (Closed)

Created:
11 years, 5 months ago by Chris Evans
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

(Identical to 159254 which I had in a messed up client) Fix an off-by-one in the zip filename reading code. It's pretty harmless, and caused by a fairly lousy minizip API. It could lead to an out-of-bounds read due to lack of null termination. No way to reliably test. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21397

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/common/zip.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Chris Evans
Sorry for the dup, any chance of another lgtm?
11 years, 5 months ago (2009-07-23 03:45:49 UTC) #1
Erik does not do reviews
11 years, 5 months ago (2009-07-23 17:28:47 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698