Skip to content
  1. Apr 08, 2021
  2. Apr 07, 2021
  3. Apr 05, 2021
    • 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. Apr 04, 2021
  5. Apr 03, 2021
  6. Apr 02, 2021
  7. Apr 01, 2021
  8. Mar 31, 2021
  9. Mar 30, 2021
  10. Mar 29, 2021
Loading