Searched hist:"54 a6a043fb8580d5a741774669ef6049f402f228" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/isdn/mISDN/ |
H A D | fsm.h | diff 54a6a043fb8580d5a741774669ef6049f402f228 Fri Aug 11 14:57:22 CEST 2017 Anton Vasilyev <vasilyev@ispras.ru> mISDN: Fix null pointer dereference at mISDN_FsmNew
If mISDN_FsmNew() fails to allocate memory for jumpmatrix then null pointer dereference will occur on any write to jumpmatrix.
The patch adds check on successful allocation and corresponding error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fsm.c | diff 54a6a043fb8580d5a741774669ef6049f402f228 Fri Aug 11 14:57:22 CEST 2017 Anton Vasilyev <vasilyev@ispras.ru> mISDN: Fix null pointer dereference at mISDN_FsmNew
If mISDN_FsmNew() fails to allocate memory for jumpmatrix then null pointer dereference will occur on any write to jumpmatrix.
The patch adds check on successful allocation and corresponding error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | layer1.c | diff 54a6a043fb8580d5a741774669ef6049f402f228 Fri Aug 11 14:57:22 CEST 2017 Anton Vasilyev <vasilyev@ispras.ru> mISDN: Fix null pointer dereference at mISDN_FsmNew
If mISDN_FsmNew() fails to allocate memory for jumpmatrix then null pointer dereference will occur on any write to jumpmatrix.
The patch adds check on successful allocation and corresponding error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tei.c | diff 54a6a043fb8580d5a741774669ef6049f402f228 Fri Aug 11 14:57:22 CEST 2017 Anton Vasilyev <vasilyev@ispras.ru> mISDN: Fix null pointer dereference at mISDN_FsmNew
If mISDN_FsmNew() fails to allocate memory for jumpmatrix then null pointer dereference will occur on any write to jumpmatrix.
The patch adds check on successful allocation and corresponding error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | layer2.c | diff 54a6a043fb8580d5a741774669ef6049f402f228 Fri Aug 11 14:57:22 CEST 2017 Anton Vasilyev <vasilyev@ispras.ru> mISDN: Fix null pointer dereference at mISDN_FsmNew
If mISDN_FsmNew() fails to allocate memory for jumpmatrix then null pointer dereference will occur on any write to jumpmatrix.
The patch adds check on successful allocation and corresponding error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|