This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix problem with file locking used before initialised


Thanks.

Antony.

Jeff Johnston wrote:
Patch applied. I noticed a flaw in that __sinit was unlocked so you could conceivably have two threads that called it in a race condition. I added a lock for it and added a check once you acquire the lock that __sdidinit wasn't already set.

Thanks,

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]