Fixed
Details
Details
Assignee
Zhou Mingying
Zhou MingyingReporter
Zhou Mingying
Zhou MingyingFix versions
Labels
Hardware Platform(s) Affected
Raspberry Pi 4
Time tracking
1d 4h logged
Priority
Created December 13, 2021 at 3:40 AM
Updated January 4, 2022 at 3:49 PM
Resolved December 23, 2021 at 5:55 AM
There's no NULL check in zalloc .
In function add_xdg_output_v1_info of clients/screenshooter.c file.
The pointer xdg_output of the memory is alloced by zalloc.
Should make a NULL check before use it.