]> git.ipfire.org Git - thirdparty/cups.git/commit
ippReadIO() did not read collections properly (STR #1249)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 16 Sep 2005 14:44:00 +0000 (14:44 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 16 Sep 2005 14:44:00 +0000 (14:44 +0000)
commitb1b4588886c1db63410590ce2435d49df81a00b7
tree8356fb847aab61d717cd12b94969edcc732843c0
parent68d7d79b94dd59e770ad804045cf4c51fed9f17c
ippReadIO() did not read collections properly (STR #1249)

cups/ipp.c:
    - ippReadIO(): Decrement attr->num_values when handling an
      IPP_TAG_MEMBERNAME attribute, since collection members are
      encoded differently than regular attributes.

cups/testipp.c:
    - main(): Add more tests to confirm that attributes are read
      correctly, and separate file tests from memory tests.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4652 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
cups/ipp.c
cups/testipp.c