'priorities_info' is uninitialized, and the uninitialized value is copied
to user object when calling PANTHOR_UOBJ_SET(). Using memset to initialize
'priorities_info' to avoid this garbage value problem.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| panthor_devfreq.c | ||
| panthor_devfreq.h | ||
| panthor_device.c | ||
| panthor_device.h | ||
| panthor_drv.c | ||
| panthor_fw.c | ||
| panthor_fw.h | ||
| panthor_gem.c | ||
| panthor_gem.h | ||
| panthor_gpu.c | ||
| panthor_gpu.h | ||
| panthor_heap.c | ||
| panthor_heap.h | ||
| panthor_mmu.c | ||
| panthor_mmu.h | ||
| panthor_regs.h | ||
| panthor_sched.c | ||
| panthor_sched.h | ||