Re: [PATCH] isdn: eicon: fix a missing check of api_parse

2018-12-27 Thread David Miller
From: Kangjie Lu Date: Wed, 26 Dec 2018 00:40:32 -0600 > api_parse can fail, and if it fails, we should not use the ss_parms > which can be incorrect. > The fix checks its return value and stops using ss_parms if api_parse > fails. > > Signed-off-by: Kangjie Lu This patch does not apply.

[PATCH] isdn: eicon: fix a missing check of api_parse

2018-12-25 Thread Kangjie Lu
api_parse can fail, and if it fails, we should not use the ss_parms which can be incorrect. The fix checks its return value and stops using ss_parms if api_parse fails. Signed-off-by: Kangjie Lu --- drivers/isdn/hardware/eicon/message.c | 8 +++- 1 file changed, 7 insertions(+), 1