[krbdev.mit.edu #8825] git commit

Greg Hudson via RT rt-comment at KRBDEV-PROD-APP-1.mit.edu
Thu Aug 15 14:01:44 EDT 2019


Thu Aug 15 14:01:44 2019: Request 8825 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8825 >



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.

https://github.com/krb5/krb5/commit/a449bfc16c32019fec8b4deea963a3e474b0d14d
Author: Greg Hudson <ghudson at mit.edu>
Commit: a449bfc16c32019fec8b4deea963a3e474b0d14d
Branch: master
 src/util/profile/prof_parse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the krb5-bugs mailing list