Move shell emulation parsing before fork()
commit69d347e092fd63300606a9ecf10f117387c9c541
authorOlly Betts <olly@survex.com>
Mon, 14 Oct 2024 23:52:14 +0000 (15 12:52 +1300)
committerOlly Betts <olly@survex.com>
Mon, 14 Oct 2024 23:52:14 +0000 (15 12:52 +1300)
tree5080bd0bb2eb31fbc760357155e7a8ec9aaa5daf
parent468034c63822beb559d53c324907b37b9fc35443
Move shell emulation parsing before fork()

We're not meant to call malloc() between fork() and exec*(), but
std::string and std::vector are likely to need to allocate.
xapian-applications/omega/runfilter.cc