OpenPrinting / libppd

Apache License 2.0
2 stars 13 forks source link

ppd/ppd-ipp.c: Use make when constructing printer-make-model attr #21

Closed zdohnal closed 11 months ago

zdohnal commented 1 year ago

We used only PPD Nickname which does not contain manufacturer in some drivers (like Utax) when constructing printer-make-and-model IPP attribute, and then used the attribute when matching with strings representing manufacturers in filter functions.

This caused internal hacks for specific printer manufacturers weren't applied, causing breakage during printing.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2192912 .

zdohnal commented 1 year ago

@tillkamppeter ping