commit | ac32c7f705692b92fe12dcbe88fe87136fdfff6f | [log] [tgz] |
---|---|---|
author | Erik Hugne <erik.hugne@ericsson.com> | Fri Aug 15 16:44:35 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 16 20:17:34 2014 -0700 |
tree | 9338c8e950a138f41d5bc1c2fa9f5a669e88050f | |
parent | 21009686662fd21412ca35def7cb3cc8346e1c3d [diff] |
tipc: fix message importance range check Commit 3b4f302d8578 ("tipc: eliminate redundant locking") introduced a bug by removing the sanity check for message importance, allowing programs to assign any value to the msg_user field. This will mess up the packet reception logic and may cause random link resets. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>