-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Originally reported by Alexander Pevzner on the printing-architecture list...
IPP_TAG_EXTENSION is used to indicate value tags greater than 127. While these have never seen usage in the wild (whether standards-based or for a vendor implementartion), the current CUPS code will incorrectly place the vendor tag outside the value, causing all sorts of problems. Instead, tag 0x7f should just be a binary value whose first four bytes make a big-endian integer holding the extension tag value.
Reactions are currently unavailable