]> git.ipfire.org Git - thirdparty/cups.git/commit - CHANGES.md
Correctly encode octetString values for print filters (Issue #5558)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 20:03:03 +0000 (16:03 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 20:03:03 +0000 (16:03 -0400)
commit5483fd294a5336c2f74c87017f90ac1c159a879e
tree45d9e76ab42319f1ad1dd783aa2a6cef15e7ac7a
parentcebb2dcc2366501b5a25fcf084da7c7cecd16c09
Correctly encode octetString values for print filters (Issue #5558)

scheduler/job.c:
- get_options(): Handle IPP_TAG_STRING separately and either provide a quoted
  string or a hex string, depending on the value.
- ipp_length(): Handle IPP_TAG_STRING separately.
CHANGES.md
scheduler/job.c