Changeset d1d31a5f in rtems

Timestamp:
10/08/14 09:43:10 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.10
Children:
0444c031
Parents:
b47dffc5
git-author:
Sebastian Huber <sebastian.huber@…> (10/08/14 09:43:10)
git-committer:
Gedare Bloom <gedare@…> (11/22/14 14:33:12)
Message:

ppp: PR1943: Avoid NULL pointer access

Waiting for mbufs at this level is a bad solution. It would be better
to try to allocate a new mbuf chain before we hand over the current mbuf
chain to the upper layer. In case the allocation fails we should drop
the current packet and use its mbuf chain for a new packet.

(No files)

Note: See TracChangeset for help on using the changeset viewer.