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 6777005: Do not try to execute empty programs. (Closed)

Created:
9 years, 8 months ago by Karl Klose
Modified:
9 years, 7 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Do not try to execute empty programs. After failing to read a non-existing file, the shell tried to execute the resulting empty program, which resulted in a null pointer dereference. This patch avoids execution of empty programs.

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Karl Klose
9 years, 8 months ago (2011-03-30 06:14:40 UTC) #1
Rico
9 years, 8 months ago (2011-03-30 06:17:11 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698