commit | a6b68a69fa89daeddc6ca6bb90b6f19a86ed7a9f | [log] [tgz] |
---|---|---|
author | Paul Fulghum <paulkf@microgate.com> | Mon Dec 03 11:13:24 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 21:52:23 2013 -0800 |
tree | 0570429793adb5fba1a3a1f24ee5d669d92c8daa | |
parent | 55c7c0fdc5aae43ca7eda3adb22ab782634fcb24 [diff] |
synclink fix ldisc buffer argument Fix call to line discipline receive_buf by synclink drivers. Dummy flag buffer argument is ignored by N_HDLC line discipline but might be of insufficient size if accessed by a different line discipline selected by mistake. flag buffer allocation now matches max size of data buffer. Unused char_buf buffers are removed. Signed-off-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>