[RTEMS Project] #4855: Input validity unchecked

RTEMS trac trac at rtems.org
Thu Mar 23 16:21:24 UTC 2023


#4855: Input validity unchecked
---------------------------+----------------------
 Reporter:  Daniel Páscoa  |       Owner:  (none)
     Type:  defect         |      Status:  closed
 Priority:  normal         |   Milestone:  6.1
Component:  unspecified    |     Version:  6
 Severity:  normal         |  Resolution:  wontfix
 Keywords:  qualification  |  Blocked By:
 Blocking:                 |
---------------------------+----------------------
Changes (by Sebastian Huber):

 * status:  new => closed
 * resolution:   => wontfix
 * component:  admin => unspecified
 * milestone:   => 6.1


Comment:

 For internal functions it is responsibility of the caller to ensure that
 arguments are valid.

 The C library functions memset() and memcpy() are not required to check
 for NULL.

 clocknanosleep() checks the mentioned error conditions. There are also
 test cases for them.

 The end_of_usable_ram is provided by the boot loader. How can the BSP
 validate this?

--
Ticket URL: <http://devel.rtems.org/ticket/4855#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list