Commit 21bb65e
authored
Process: unwrap the posix_spawnattr_t on Android (#5185)
This is required as while `posix_spawnattr_init` permits a nullable
type, `posix_spawnattr_setflags` properly expects a non-null parameter.
Unwrap the newly minted spawnattr or abort if the allocation failed.
Cherry pick commit #51791 parent 721eabc commit 21bb65e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
947 | 953 | | |
948 | 954 | | |
949 | 955 | | |
| |||
0 commit comments