[RTEMS Project] #2729: TFTP client uses wrong semaphore for mutual exclusion
RTEMS trac
trac at rtems.org
Mon Jun 6 09:55:17 UTC 2016
#2729: TFTP client uses wrong semaphore for mutual exclusion
-----------------------------+------------------
Reporter: sebastian.huber | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.10
Severity: normal | Keywords:
-----------------------------+------------------
{{{
cpukit/libnetworking/lib/tftpDriver.c- rtems_build_name('T', 'F', 'T',
'P'),
cpukit/libnetworking/lib/tftpDriver.c- 1,
cpukit/libnetworking/lib/tftpDriver.c- RTEMS_FIFO |
cpukit/libnetworking/lib/tftpDriver.c: RTEMS_BINARY_SEMAPHORE |
cpukit/libnetworking/lib/tftpDriver.c- RTEMS_NO_INHERIT_PRIORITY |
cpukit/libnetworking/lib/tftpDriver.c- RTEMS_NO_PRIORITY_CEILING |
cpukit/libnetworking/lib/tftpDriver.c- RTEMS_LOCAL,
}}}
Should use a binary semaphore with inherit priority.
--
Ticket URL: <http://devel.rtems.org/ticket/2729>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list