linux-stable-rt/drivers/platform/x86
Thadeu Lima de Souza Cascardo 8b14d7b22c wmi: use memcmp instead of strncmp to compare GUIDs
While looking for the duplicates in /sys/class/wmi/, I couldn't find
them. The code that looks for duplicates uses strncmp in a binary GUID,
which may contain zero bytes. The right function is memcmp, which is
also used in another section of wmi code.

It was finding 49142400-C6A3-40FA-BADB-8A2652834100 as a duplicate of
39142400-C6A3-40FA-BADB-8A2652834100. Since the first byte is the fourth
printed, they were found as equal by strncmp.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: stable@kernel.org
2010-12-06 17:19:13 -05:00
..
Kconfig
Makefile
acer-wmi.c
acerhdf.c
asus-laptop.c asus-laptop: add wimax and wwan support 2010-11-24 12:00:15 -05:00
asus_acpi.c
classmate-laptop.c
compal-laptop.c
dell-laptop.c
dell-wmi.c
eeepc-laptop.c
eeepc-wmi.c eeepc-wmi: fix compiler warning 2010-11-24 12:00:09 -05:00
fujitsu-laptop.c
hdaps.c
hp-wmi.c ACPI, hp-wmi: Fix memory leak in acpi query 2010-11-24 12:07:10 -05:00
ibm_rtl.c ibm_rtl: _RTL_ is not available in UEFI mode 2010-11-24 12:00:03 -05:00
ideapad-laptop.c
intel_ips.c
intel_menlow.c
intel_pmic_gpio.c
intel_rar_register.c
intel_scu_ipc.c
msi-laptop.c
msi-wmi.c msi-wmi: fix semantically incorrect use of keycode instead of scancode 2010-11-24 12:00:28 -05:00
panasonic-laptop.c
sony-laptop.c
tc1100-wmi.c
thinkpad_acpi.c drivers/platform/x86/thinkpad_acpi.c: delete double assignment 2010-11-24 11:59:51 -05:00
topstar-laptop.c
toshiba_acpi.c toshiba_acpi.c: Add key_entry for a lone FN keypress 2010-11-24 11:59:37 -05:00
toshiba_bluetooth.c
wmi.c wmi: use memcmp instead of strncmp to compare GUIDs 2010-12-06 17:19:13 -05:00
xo1-rfkill.c