public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* possible patch
@ 2016-02-11  0:49 Justin Keller
  2016-02-11  1:25 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Keller @ 2016-02-11  0:49 UTC (permalink / raw)
  To: linux-kernel, isdn, netdev

Hello,
I am new to submitting patches, so sorry if I am doing it wrong. My idea was
to change line 147 in drivers/isdn/pcbit/callbacks.c from
if (cbdata->data.setup.CallingPN == NULL) {

to

if (cbdata->data.setup.CallingPN == NULL ||
sizeof(cbdata->data.setup.CallingPN)>sizeof(ictl.parm.setup.phone) {

Justin Keller

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-11  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11  0:49 possible patch Justin Keller
2016-02-11  1:25 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox