[RTEMS Project] #4360: libbsd: racoon and ping6 don't honor file descriptor maximum
RTEMS trac
trac at rtems.org
Fri Mar 26 12:50:50 UTC 2021
#4360: libbsd: racoon and ping6 don't honor file descriptor maximum
---------------------------------+--------------------------------
Reporter: Christian Mauderer | Owner: Christian Mauderer
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: network/libbsd | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
---------------------------------+--------------------------------
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.
--
Ticket URL: <http://devel.rtems.org/ticket/4360>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list