From: Michael R Sweet Date: Wed, 18 Jul 2018 15:23:17 +0000 (-0400) Subject: Explicitly list IPP_TAG_STRING in ippReadIO. X-Git-Tag: v2.3b6~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672c81274758e0446acf4ab3a0fc0df2dba559a3;p=thirdparty%2Fcups.git Explicitly list IPP_TAG_STRING in ippReadIO. --- diff --git a/cups/ipp.c b/cups/ipp.c index 904380c6da..9d65291f15 100644 --- a/cups/ipp.c +++ b/cups/ipp.c @@ -3662,6 +3662,7 @@ ippReadIO(void *src, /* I - Data source */ DEBUG_printf(("2ippReadIO: member name=\"%s\"", attr->name)); break; + case IPP_TAG_STRING : default : /* Other unsupported values */ if (tag == IPP_TAG_STRING && n > IPP_MAX_LENGTH) {