[RTEMS Project] #2859: Implement POSIX Shared Memory Objects
RTEMS trac
trac at rtems.org
Thu Jul 20 05:30:58 UTC 2017
#2859: Implement POSIX Shared Memory Objects
------------------------------+---------------------
Reporter: Gedare | Owner: Gedare
Type: defect | Status: new
Priority: normal | Milestone: 4.12.0
Component: cpukit | Version: 4.12
Severity: normal | Resolution:
Keywords: POSIX-Compliance |
------------------------------+---------------------
Comment (by Kevin Kirspel <kevin-kirspel@…>):
In [changeset:"bb01a36dfb59d3cdccd33178d2b6be7f479e3d87/rtems"
bb01a36/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="bb01a36dfb59d3cdccd33178d2b6be7f479e3d87"
Fixed issue with searching mapped addresses
The loop that checks if the current address is already mapped uses
the same local variable for the chanin node as the newly allocated
chain node so the allocated chain node gets over written.
Added a new local variable for the loop that checks the address
Updates #2859.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2859#comment:8>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list