]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7033 : influenza/rust/rust-7022, r=graydon
authorbors <bors@rust-lang.org>
Tue, 11 Jun 2013 21:40:48 +0000 (14:40 -0700)
committerbors <bors@rust-lang.org>
Tue, 11 Jun 2013 21:40:48 +0000 (14:40 -0700)
This commit fixes #7022 - I've added an additional check to ensure that
stk is not null before dereferencing it to get it's next element,
assigning NULL if it is itself NULL.


Trivial merge