Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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@mit.edu>
Commit: a449bfc16c32019fec8b4deea963a3e474b0d14d
Branch: master
src/util/profile/prof_parse.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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.

(cherry picked from commit a449bfc16c32019fec8b4deea963a3e474b0d14d)

https://github.com/krb5/krb5/commit/4921687ed77160bd1c43d7f5bba79c8b00529e93
Author: Greg Hudson <ghudson@mit.edu>
Commit: 4921687ed77160bd1c43d7f5bba79c8b00529e93
Branch: krb5-1.16
src/util/profile/prof_parse.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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.

(cherry picked from commit a449bfc16c32019fec8b4deea963a3e474b0d14d)

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