We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b3e79 + e15af9f commit da202feCopy full SHA for da202fe
libcontainer/nsenter/nsexec.c
@@ -108,7 +108,7 @@ static int clone_parent(jmp_buf *env, int flags)
108
* On old kernels, CLONE_PARENT didn't work with CLONE_NEWPID, so we have
109
* to unshare(2) before clone(2) in order to do this. This was fixed in
110
* upstream commit 1f7f4dde5c945f41a7abc2285be43d918029ecc5, and was
111
- * introduced by by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e.
+ * introduced by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e.
112
*
113
* As far as we're aware, the last mainline kernel which had this bug was
114
* Linux 3.12. However, we cannot comment on which kernels the broken patch
0 commit comments