]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't skip past zero byte in profile parsing 968/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 14 Aug 2019 15:46:14 +0000 (11:46 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Aug 2019 17:38:34 +0000 (13:38 -0400)
commita449bfc16c32019fec8b4deea963a3e474b0d14d
treeb959d55581effbe480f01db0d91c1f98201d71b8
parent323abb6d1ebe5469d6c2167c29aa5d696d099b90
Don't skip past zero byte in profile parsing

In parse_quoted_string(), only process an escape sequence if there is
a second character after the backlash, to avoid reading past the
terminating zero byte.  Reported by Lutz Justen.

ticket: 8825 (new)
tags: pullup
target_version: 1.17-next
target_version: 1.16-next
src/util/profile/prof_parse.c