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

Issue 1685353003: Fix crash in Bigint::New(....), read only digits field was being modified resulting in a crash. (Closed)

Created:
4 years, 10 months ago by siva
Modified:
4 years, 10 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix crash in Bigint::New(....), read only digits field was being modified resulting in a crash. R=regis@google.com Committed: https://github.com/dart-lang/sdk/commit/ea9e21cc10f0e3a540326fe45c617e011257e37c

Patch Set 1 #

Total comments: 2

Patch Set 2 : address-code-review #

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

Messages

Total messages: 6 (2 generated)
siva
4 years, 10 months ago (2016-02-11 23:32:15 UTC) #2
regis
LGTM with a comment https://codereview.chromium.org/1685353003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1685353003/diff/1/runtime/vm/object.cc#newcode17633 runtime/vm/object.cc:17633: // Set leading zero for ...
4 years, 10 months ago (2016-02-11 23:38:11 UTC) #3
siva
https://codereview.chromium.org/1685353003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1685353003/diff/1/runtime/vm/object.cc#newcode17633 runtime/vm/object.cc:17633: // Set leading zero for 64-bit processing of digit ...
4 years, 10 months ago (2016-02-11 23:57:24 UTC) #4
siva
4 years, 10 months ago (2016-02-11 23:59:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ea9e21cc10f0e3a540326fe45c617e011257e37c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698