Skip to content

Commit 78578c0

Browse files
committed
---
yaml --- r: 15279 b: refs/heads/try c: dd63c5e h: refs/heads/master i: 15277: 60b7652 15275: d2694ed 15271: c4fec66 15263: ee50155 v: v3
1 parent da570eb commit 78578c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: fa88d15d636d84b7e6928323386f86d3fec8f51b
5+
refs/heads/try: dd63c5ef1d55210cf9905295d9c33c622797fb72
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_task.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ inline rust_task* rust_get_current_task() {
463463

464464
// Make sure we've calculated the right address
465465
::check_stack_canary(stk);
466+
assert(stk->task != NULL && "task pointer not in stack structure");
466467
return stk->task;
467468
}
468469

0 commit comments

Comments
 (0)