summaryrefslogtreecommitdiff
path: root/sys/src/libregexp/regexec.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-09-15 16:04:32 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-09-15 16:04:32 +0200
commit319bb17e1c1349ffb3c51c4b7654142050984772 (patch)
tree1578e0e908f46fe62a3049755e55352a4fe6a416 /sys/src/libregexp/regexec.c
parente220636fd305f378a27cfa485d39e7588d6dc03c (diff)
vncs: fix cmdpid fork bug
we cannot do: cmdpid = rfork(... RFMEM); because cmdpid is a global variable in the data segment and hence shared between parent and child process. use a temporary variable on the stack.
Diffstat (limited to 'sys/src/libregexp/regexec.c')
0 files changed, 0 insertions, 0 deletions