[RTEMS Project] #2353: Error in imfs memfile when device is full

RTEMS trac trac at rtems.org
Thu Feb 2 15:08:08 UTC 2017


#2353: Error in imfs memfile when device is full
---------------------------+---------------------
 Reporter:  joel.sherrill  |       Owner:
     Type:  defect         |      Status:  new
 Priority:  normal         |   Milestone:  4.11.2
Component:  filesystem     |     Version:  4.11
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+---------------------

Comment (by gedare):

 The basic problem here is that block == 0 == old_blocks. Is it valid to
 call IMFS_memfile_remove_block( memfile, 0 )? If so then changing unsigned
 to signed is a fine solution.

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


More information about the bugs mailing list