mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
bb392c42f6
This was causing a crash when executing a query using the yara table from the command line, because YARA was never initialized properly, so the thread index was whatever was left on the stack. Eventually YARA would attempt to set a rule that matches using this thread index and would explode in flames. Fix it by moving the initialization to a place that is always called. |
||
---|---|---|
.. | ||
osquery |