[RTEMS Project] #4444: CID 1399727: Copy into fixed size buffer
RTEMS trac
trac at rtems.org
Wed May 26 22:21:33 UTC 2021
#4444: CID 1399727: Copy into fixed size buffer
------------------------------+--------------------------
Reporter: Harrison Gerber | Owner: Gedare Bloom
Type: defect | Status: assigned
Priority: normal | Milestone: 6.1
Component: rtems | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+--------------------------
In rtems_monitor_line_editor: A source buffer of statically unknown size
is copied into a fixed-size destination buffer (CWE-120)
NOTE: Issue is more regarding source/dest overlapping with use of strcpy:
needs change to use memory copy for overlapping source/dest
--
Ticket URL: <http://devel.rtems.org/ticket/4444>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list