Files
rtems/cpukit
Kinsey Moore e95c00a79e posix: Only check shm_unlink obj_err if necessary
In the nominal case checked by spsysinit01, obj_err is unmodified if
_POSIX_Shm_Get_by_name returns non-NULL. In the case of shm_unlink, this means
an uninitialized value is passed into the switch and it appears tests using it
were passing by virtue of the stack having the right value on it in most cases.
This now checks obj_err only if _POSIX_Shm_Get_by_name returns NULL.

Close #4016
2020-08-11 07:48:19 -05:00
..
2020-04-16 07:30:00 +02:00
2020-03-02 07:52:21 +01:00
2020-04-16 07:30:00 +02:00
2020-05-06 18:39:15 +10:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-05-06 08:02:15 +02:00
2020-04-16 07:30:00 +02:00
2020-03-18 07:20:52 +01:00