Skip to content

Commit fc1de72

Browse files
committed
Revert "HACK: Lol libwebrtc"
This was fixed over two years ago in https://webrtc-review.googlesource.com/c/src/+/305120 so hope it has permeated through all CEF applications using screen casting. reported in https://issues.webrtc.org/issues/42225490 and https://bugzilla.mozilla.org/show_bug.cgi?id=1832770 This reverts commit 206b0aa. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent a255b47 commit fc1de72

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/fcntl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ static long do_fcntl(int fd, unsigned int cmd, unsigned long arg,
459459
err = f_dupfd(argi, filp, 0);
460460
break;
461461
case F_DUPFD_CLOEXEC:
462-
if (arg >= 1024)
463-
argi = 0; /* Lol libwebrtc */
464462
err = f_dupfd(argi, filp, O_CLOEXEC);
465463
break;
466464
case F_DUPFD_QUERY:

0 commit comments

Comments
 (0)