Skip to content

Commit

Permalink
[vm, profiler] Fix unsigned underflow with an empty set of profiler s…
Browse files Browse the repository at this point in the history
…ymbols.

Bug: FL-261
Change-Id: I5eae25134816d24b91cda8afa86deb402c7d9b52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105060
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
  • Loading branch information
rmacnak-google authored and commit-bot@chromium.org committed Jun 5, 2019
1 parent 9efd0fa commit b079445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/vm/native_symbol_fuchsia.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class NativeSymbols {

NativeSymbols* next_;
const char* const dso_name_;
uint32_t num_entries_;
intptr_t num_entries_;
Entry* entries_;
const char* name_table_;

Expand Down

0 comments on commit b079445

Please sign in to comment.