Skip to content
  1. Apr 07, 2021
  2. Apr 05, 2021
    • lat9nq's avatar
      vp9: Avoid memcpy with null pointers · a60653dc
      lat9nq authored
      
      
      Avoid sending null pointer to memcpy as reported by Undefined Behaviour
      Sanitizer. Replaces the std::memcpy calls in SpliceVectors with
      std::copy calls. Opting to replace all the memcpy's with copy's.
      
      Co-authored-by: default avatarLC <mathew1800@gmail.com>
      a60653dc
  3. Apr 04, 2021
  4. Apr 03, 2021
  5. Apr 02, 2021
  6. Apr 01, 2021
  7. Mar 31, 2021
  8. Mar 30, 2021
  9. Mar 29, 2021
  10. Mar 28, 2021
  11. Mar 27, 2021
  12. Mar 26, 2021
  13. Mar 25, 2021
Loading