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

scheduler/job.c:
- get_options(): Correctly encode IPP_TAG_STRING as a quoted string or a hex
  string depending on the value.
- ipp_length(): Handle IPP_TAG_STRING separately.
CHANGES.md
scheduler/job.c