#4490 closed defect (fixed)

rtems_partition_return_buffer() wrongly accepts buffers which are exactly at the buffer area end

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 6.1
Component: rtems Version: 5
Severity: normal Keywords: qualification
Cc: Blocked By:
Blocking:

Description

The range checking in rtems_partition_return_buffer() is wrong.

Change History (2)

comment:1 Changed on 08/12/21 at 12:25:43 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 9399e12c/rtems:

rtems: Fix rtems_partition_return_buffer()

The rtems_partition_return_buffer() wrongly accepted which were exactly
at the buffer area end. Use the buffer area limit address for the range
checking.

Close #4490.

comment:2 Changed on 08/12/21 at 12:26:28 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.