- Fixed non-quick copy of collection values.
- Fixed TLS negotiation using OpenSSL with servers that require the TLS SNI
extension.
+- Fixed error handling when reading a mixed `1setOf` attribute.
- Removed hash support for SHA2-512-224 and SHA2-512-256.
- Removed `mantohtml` script for generating html pages (use
`https://www.msweet.org/mantohtml/`)
if (value_tag != tag)
{
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 || value_tag == IPP_TAG_RANGE)