[RTEMS Project] #4361: libbsd: racoon and ping6 don't honor file descriptor maximum
RTEMS trac
trac at rtems.org
Fri Mar 26 12:51:30 UTC 2021
#4361: 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: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
---------------------------------+--------------------------------
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.
--
Ticket URL: <http://devel.rtems.org/ticket/4361>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list