]> git.lizzy.rs Git - rust.git/commit
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)
commit1175e94de3b6d0f6b35fd8de3599b29267f1adab
tree07b04f457813630652485820bf7ba8e9e9f4109e
parentda9172af60e04d40aad2f0184e81e2a74916eeba
parent37c855889586754ddd2e19147a40c92450ddadec
auto merge of #7033 : influenza/rust/rust-7022, r=graydon

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.