forked from containers/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/netns: NewNS() check if file name already exists
The code picks a random name but never checked if this name was already in use. If the RNG creates generates the same name again we will end up with containers sharing the same netns which can be very bad. It is very unlikely to happen but this the only explanation I find for containers/podman#17903. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters