1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat
Andy Green 22e6d5212b spawn: in discrete env setting case do it readonly
OSX changed to blow a segfault on write to .rodata, exposing that
we're dropping a NUL in what can be .rodata to set the environment
manually.  We don't do this on Linux typically because we take the
code path where execvpe() is available to do the env for us.

Adapt the code to treat it as const, and underscore it by changing
its type to be const char ** in the info struct.
2020-10-19 16:35:03 +01:00
..
freertos docs: switch to use main 2020-10-19 16:35:03 +01:00
optee docs: switch to use main 2020-10-19 16:35:03 +01:00
unix spawn: in discrete env setting case do it readonly 2020-10-19 16:35:03 +01:00
windows windows: null check wsi before udp check 2020-10-09 06:55:02 +01:00