CHANGES - OpenPrinting CUPS 2.4.9 - (2024-06-11)
================================================
+Changes in CUPS v2.4.10 (TBD)
+-----------------------------
+
+- Fixed error handling when reading a mixed `1setOf` attribute.
+
+
Changes in CUPS v2.4.9 (2024-06-11)
-----------------------------------
{
DEBUG_printf(("1ippReadIO: Converting %s attribute from %s to %s.",
attr->name, ippTagString(value_tag), ippTagString(tag)));
- ippSetValueTag(ipp, &attr, tag);
+ if (!ippSetValueTag(ipp, &attr, tag))
+ goto rollback;
}
}
else if (value_tag == IPP_TAG_INTEGER ||