summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/fsm.h
Commit message (Collapse)AuthorAgeFilesLines
* mISDN: Fix null pointer dereference at mISDN_FsmNewAnton Vasilyev2017-08-111-1/+1
| | | | | | | | | | | | | | 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>
* Add mISDN core filesKarsten Keil2008-07-271-0/+67
Add mISDN core files Signed-off-by: Karsten Keil <kkeil@suse.de>
OpenPOWER on IntegriCloud