Commit 19bb64c
committed
fix: exempted fds not being added to
This commit fixes the issue that when `fds_to_ignore` is NULL. Instead of creating an array and adding the exempted fds to it when NULL, it would ignore. Not only leading to issues in modules, but could even crashes if the module closes some fd that is now owned by Zygote. This only affects "nativeForkAndSpecialize", which is usually used by Chrome/WebView for isolation.fds_to_ignore
1 parent 7e3db00 commit 19bb64c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
812 | | - | |
| 811 | + | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
0 commit comments