1. 06 Dec, 2022 1 commit
    • Lioncash's avatar
      reporter: Eliminate undefined behavior in SaveErrorReport · e7f9f58f
      Lioncash authored
      The optionals are unconditionally dereferenced when setting the custom
      error text, and in a few cases this function is called using the default
      value of the optionals.
      
      This means we'd be dereferencing uninitialized storage.
      
      Since they're used unconditionally, we can use value_or to set a default
      when storage is uninitialized.
      e7f9f58f
  2. 05 Dec, 2022 3 commits
  3. 04 Dec, 2022 21 commits
  4. 03 Dec, 2022 5 commits
  5. 02 Dec, 2022 3 commits
  6. 01 Dec, 2022 7 commits