this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a crash affecting clang

+1 -1
+1 -1
src/kernel/emulation/linux/process/posix_spawn.c
··· 148 148 } 149 149 150 150 char binprefs[64]; 151 - if (desc->attrp->psa_binprefs[0]) 151 + if (desc && desc->attrp && desc->attrp->psa_binprefs[0]) 152 152 { 153 153 char** new_envp; 154 154 int i, env_len = 0;