]> granicus.if.org Git - llvm/commit
FuzzerUtilDarwin.cpp: We need to pass modifiable strings to posix_spawn
authorMatthias Braun <matze@braunis.de>
Fri, 7 Jul 2017 18:53:24 +0000 (18:53 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 7 Jul 2017 18:53:24 +0000 (18:53 +0000)
commit44a514543530626a968c2a3e782a33fa30ef381d
tree873f97a8b7936f62104d28ccb36c6bdfef5f5206
parentf8cc5477f0710a159d2eed63f96c288c1a3e7740
FuzzerUtilDarwin.cpp: We need to pass modifiable strings to posix_spawn

This fixes a bug where unmodifiable strings where passed to posix_spawn.

This is an attempt to unbreak the greendragon libFuzzer bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerUtilDarwin.cpp