[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALah4Nc5Bx6FYfSnQWNaSd3YpurhKU1viqZx1KdU_M6sO0cG2Q@mail.gmail.com>
Date: Wed, 10 Feb 2016 19:49:11 -0500
From: Justin Keller <justincompsci@...il.com>
To: linux-kernel@...r.kernel.org, isdn@...ux-pingi.de,
netdev@...r.kernel.org
Subject: possible patch
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
Powered by blists - more mailing lists