Commit ID 69d347e092fd63300606a9ecf10f117387c9c541
Contributor: | Olly Betts | Files Modified | 1 | |
Date: | 14-October-2024 at 23:52 | Lines Added: | 71 | |
Repository: | https://git.xapian.org/xapian master | Lines Removed: | 48 | |
Commit Comment: | 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. |
Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
---|---|---|---|---|---|---|---|
C++ | 55 | 44 | 14 | 4 | 2 | 0 |
File | Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed |
---|---|---|---|---|---|---|---|
xapian-applications/omega/runfilter.cc | C++ | 55 | 44 | 14 | 4 | 2 | 0 |