Skip to content
Snippets Groups Projects
  1. Apr 20, 2021
  2. Apr 19, 2021
  3. Apr 18, 2021
  4. Apr 17, 2021
  5. Apr 16, 2021
  6. Apr 15, 2021
    • Kyle Edwards's avatar
      autogen: fix race in depfile parsing · 53d523f2
      Kyle Edwards authored
      cmReadGccDepfile() calls cmSystemTools::CollapseFullPath(), which
      is not thread safe due to internal caching. Serialize calls to
      cmReadGccDepfile() in autogen to avoid thread safety issues.
      
      Fixes: #22014
      53d523f2
Loading