1. 05 Apr, 2021 1 commit
    • 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
  2. 04 Apr, 2021 3 commits
  3. 03 Apr, 2021 1 commit
  4. 02 Apr, 2021 5 commits
  5. 01 Apr, 2021 3 commits
  6. 31 Mar, 2021 2 commits
  7. 30 Mar, 2021 6 commits
  8. 29 Mar, 2021 1 commit
  9. 28 Mar, 2021 2 commits
  10. 27 Mar, 2021 5 commits
  11. 26 Mar, 2021 1 commit
  12. 25 Mar, 2021 3 commits
  13. 24 Mar, 2021 4 commits
  14. 23 Mar, 2021 1 commit
  15. 22 Mar, 2021 2 commits