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

Issue 1347683002: Subzero: Fix off-by-one asserts in intrinsic info lookup routines. (Closed)

Created:
5 years, 3 months ago by Jim Stichnoth
Modified:
5 years, 3 months ago
Reviewers:
Karl, ascull, John
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Fix off-by-one asserts in intrinsic info lookup routines. It turns out that getNumArgs() and getReturnType() were never actually called except to print errors, so this bug was never encountered until now. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4315 R=ascull@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=92b31446ca8c777d296a00d05c2e507a2df5fddf

Patch Set 1 #

Patch Set 2 : Add real uses of getReturnType() and getNumArgs() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M src/IceIntrinsics.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/IceIntrinsics.cpp View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jim Stichnoth
5 years, 3 months ago (2015-09-15 17:05:25 UTC) #2
ascull
lgtm
5 years, 3 months ago (2015-09-15 17:08:24 UTC) #3
Jim Stichnoth
5 years, 3 months ago (2015-09-15 17:10:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
92b31446ca8c777d296a00d05c2e507a2df5fddf (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698