1. 08 Apr, 2021 1 commit
  2. 07 Apr, 2021 13 commits
  3. 05 Apr, 2021 2 commits
    • lat9nq's avatar
      nvhost_ctrl_gpu: Avoid sending null pointer to memcpy · 638c892e
      lat9nq authored
      Undefined Behaviour Sanitizer reports a null pointer is being sent to
      memcpy, thought it's "guaranteed to never be null". Guard it with an if
      statement, and log when the action has been averted.
      638c892e
    • 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
  4. 04 Apr, 2021 6 commits
  5. 03 Apr, 2021 1 commit
  6. 02 Apr, 2021 5 commits
  7. 01 Apr, 2021 3 commits
  8. 31 Mar, 2021 2 commits
  9. 30 Mar, 2021 6 commits
  10. 29 Mar, 2021 1 commit