Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.82k stars 99 forks source link

Review NULL checking before free #214

Closed Dr-Noob closed 6 months ago

Dr-Noob commented 6 months ago

See #212. It also might be worth to:

Dr-Noob commented 6 months ago

Nowhere in the code is checking for NULL before free (unless I missed it) and didn't find a way to run valgrind without tampering the cpuid value (I've been a long time looking for but no luck so far) so closing.