On 29/08/2025 02:45, yubiao hu wrote: > * src/df.c (get_dev): Fix potential null pointer dereference > - Avoid dereferencing stat_file when both device and > mount_point are NULL > - Handle allocation failure for cell when mount_point > is NULL These are valid concerns. I also see potential null dereferences of device. The attached patch takes a different approach by ensuring arguments are initialized earlier. Marking this as done. Will push the attached later. cheers, Padraig