hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

Segfault in libcolordcompat.so #116

Open simonmunton opened 4 years ago

simonmunton commented 4 years ago

In cd_edid_get_profile, if cd_device_get_default_profile returns NULL, then an error message is printed that tries to use error->message, but error is still NULL which causes a segfault.

Patch: colord-1.4.4.diff.txt

hughsie commented 4 years ago

Can you do a pull request please.

simonmunton commented 4 years ago

Pull request: #117