rt: Cache an extra stack segment to avoid bad behavior at stack boundaries
This commit is contained in:
@@ -24,6 +24,7 @@ struct chan_handle {
|
||||
struct rust_box;
|
||||
|
||||
struct stk_seg {
|
||||
stk_seg *prev;
|
||||
stk_seg *next;
|
||||
uintptr_t end;
|
||||
unsigned int valgrind_id;
|
||||
|
||||
Reference in New Issue
Block a user