Revision 6d60792ec059d9f2139828f9f017679abb81aa73 authored by Ilia Mirkin on 06 January 2014, 01:07:02 UTC, committed by Ben Skeggs on 07 January 2014, 03:37:55 UTC
This fixes a hang in VBIOS scripts of the form "condition; jump".
The jump used to always be executed, while now it will only be
executed if the condition is true.

See https://bugs.freedesktop.org/show_bug.cgi?id=72943

Reported-by: Darcy Brás da Silva <dardevelin@cidadecool.com>
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: stable@vger.kernel.org
1 parent 6e9cbb4
History
File Mode Size
hci
nci
Kconfig -rw-r--r-- 416 bytes
Makefile -rw-r--r-- 226 bytes
af_nfc.c -rw-r--r-- 2.4 KB
core.c -rw-r--r-- 24.1 KB
llcp.h -rw-r--r-- 7.4 KB
llcp_commands.c -rw-r--r-- 16.5 KB
llcp_core.c -rw-r--r-- 34.6 KB
llcp_sock.c -rw-r--r-- 22.3 KB
netlink.c -rw-r--r-- 30.4 KB
nfc.h -rw-r--r-- 4.7 KB
rawsock.c -rw-r--r-- 7.6 KB

back to top