summaryrefslogtreecommitdiff
path: root/proto_ipv6_mobility_hdr.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-12dissector: ip_ipv6_mobility_hdr: NULL check before dereferenceTobias Klauser1-4/+8
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+311
9f05a67c757df7b8c413256103f2 (patch) treedcb5b0f2e935d9f6042f96f24bcc7f4977142709 parent8a415b8c05f261a52f45f2271b6c4731376fd5b5 (diff)
efi: locking fix in efivar_entry_set_safe()
The intent is that if we aren't allowed to block because we're in an NMI or an emergency then we only take the lock if it is uncontended. Part of the problem is the test is reversed so we return -EBUSY if we acquire the lock. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat