#4361 closed defect (fixed)

libbsd: racoon and ping6 don't honor file descriptor maximum

Reported by: Christian Mauderer Owned by: Christian Mauderer
Priority: normal Milestone:
Component: network/libbsd Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Cloned from #4360:


racoon and ping6 use fd_sets. If RTEMS is build with a big number of file descriptors, the default fd_set size is too small and memory near the fd_set can be overwritten. Other applications in libbsd use allocated fd_sets to avoid that problem.

Change History (2)

Note: See TracTickets for help on using tickets.