commit | 86db06180a48999b9f1883dd8bf871c882dbf075 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Thu Apr 28 15:24:18 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:52:57 2012 +0100 |
tree | f4d4481a642853beccb23a899142d47a6c471535 | |
parent | acb104c396f915a46a0ff5e0bd588764fcbbf1ab [diff] |
drbd: Wrong use of RCU in receive_protocol() It is not enough to grab net_conf->integrity_alg under rcu_read_lock() and access it outside of it; the entire net_conf object may be gone by then. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>