Changeset bb01a36 in rtems for cpukit/posix/src/mmap.c

Timestamp:
07/19/17 14:59:16 (7 years ago)
Author:
Kevin Kirspel <kevin-kirspel@…>
Branches:
5, master
Children:
b965f461
Parents:
5f1ae90e
git-author:
Kevin Kirspel <kevin-kirspel@…> (07/19/17 14:59:16)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/20/17 05:25:43)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.