Comment 8 for bug 531569

Revision history for this message
Dan Rosenberg (dan-j-rosenberg) wrote :

As promised...this takes the same approach as before - dropping the egid before calls to open() or creat(). I made another pass through the code to make sure there weren't any other vulnerable calls, so this should finally kill these bugs. I tested using the reproducer to confirm it fixes the race, and made sure functionality is still intact.