Skip to content
  1. Dec 06, 2022
    • 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. Dec 05, 2022
  3. Dec 04, 2022
  4. Dec 03, 2022
  5. Dec 02, 2022
  6. Dec 01, 2022
Loading