[RTEMS Project] #4494: pppd broken if serial driver can't handle big data
RTEMS trac
trac at rtems.org
Fri Feb 11 07:38:41 UTC 2022
#4494: pppd broken if serial driver can't handle big data
--------------------------------+---------------------------------
Reporter: Christian Mauderer | Owner: Christian Mauderer
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: network/libbsd | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
--------------------------------+---------------------------------
Comment (by Christian Mauderer <christian.mauderer@…>):
In [changeset:"9942ff80c46d5658f22dc5ac9fae4dcaba4f9966/rtems"
9942ff80/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="9942ff80c46d5658f22dc5ac9fae4dcaba4f9966"
termios: Pass number of sent chars to l_start
At the moment the line discipline start function (l_start) has no
possibility to get feedback about the number of characters that have
been sent. This patch passes that information via an additional
parameter.
The change might trigger a warning on existing code because of a pointer
mismatch but it shouldn't break it. An existing function with the old
API will just ignore the additional parameter.
Update #4494
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4494#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list