angstsmurf / spatterlight

Updated fork of Spatterlight
GNU General Public License v3.0
105 stars 5 forks source link

Various updates from quicklook branch #27

Closed angstsmurf closed 3 years ago

angstsmurf commented 3 years ago

This includes all the code from the QuickLook extensions branch, but with anything that makes compilation difficult disabled.

ghost commented 3 years ago

DeepCode's analysis on #34903c found:

Description Example fixes
The result of malloc, which may return null flows to the first argument of memcpy. This could result in undefined behavior. Consider adding a check for nullness. Occurrences: :wrench: Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot