#4148 closed defect (fixed)

RFS bit map search buffer overflow

Reported by: Chris Johns Owned by: Chris Johns
Priority: normal Milestone: 6.1
Component: fs/rfs Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The bit search create writes past the end of its buffer. See:

https://lists.rtems.org/pipermail/devel/2020-October/062701.html

Change History (1)

comment:1 Changed on 10/16/20 at 23:54:50 by Chris Johns <chrisj@…>

Resolution: fixed
Status: assignedclosed

In f514092/rtems:

libfs/rfs: Check search bit map end on last bit

  • Do not write past the last location of the search bit map whe nit is being created.

Closes #4148

Note: See TracTickets for help on using tickets.