mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 09:10:49 +00:00
43d561a4c0
* Reported by Coverity Scan - most of these are not an issue and a couple of them are coverity getting really confused (like seeing a pointer being assigned to NULL and a count to 0, then a few lines later declaring that a loop 0..count will dereference the pointer). * However it's harmless in all cases to add a bit of robustness to keep the analysis happy.