#212 closed enhancement (fixed)
implement mutual exclusion (__ENV_LOCK) for newlibc environment
Reported by: | strauman | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | score | Version: | unknown |
Severity: | minor | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
Currently, access to the libc environment getenv()/putenv()
is not protected from race conditions.
Release:
RTEMS-ss-20020301
How-To-Repeat:
look at the source
Attachments (1)
Change History (3)
comment:1 Changed on 05/14/02 at 18:02:33 by Joel Sherrill
Status: | assigned → waiting |
---|
comment:2 Changed on 05/15/02 at 15:53:32 by Joel Sherrill
Status: | waiting → closed |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: feedback->closed
State-Changed-Why: I have merged usage comments and added a conditional to let