DeskPi-Team / deskpi

DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
140 stars 46 forks source link

drivers/c/pwmControlFan.c: Fix NULL pointer deref #147

Closed Yawning closed 1 year ago

Yawning commented 1 year ago

The reason why most if not all of the bug reports complain about this segfaulting is because this app segfaults if there is no config file.

This unfortunately doesn't solve the root causes that most people encounter, but this should remove some noise in all the issues.

paulwratt commented 8 months ago

as a result of this PR, the relevant binaries need updating (also make a 64bit Makefile64 maybe)

yoyojacky commented 4 months ago

That's a good idea!