Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 734 Fix edge-case bugs in kdb5_util load * fscanf field widths must be less than the buffer size, not equal to it. * Check for negative values of lengths we're going to allocate. * Eliminate a warning in the comparison of the regexp end offset. * process_r1_8 policy doesn't actually ignore additional values, so get rid of the comment and inequality test suggesting that it does. https://github.com/krb5/krb5/commit/1c3974c47ad781b7c4b0be9ab7b60316f6ad52c7 Author: Greg Hudson Commit: 1c3974c47ad781b7c4b0be9ab7b60316f6ad52c7 Branch: master src/kadmin/dbutil/dump.c | 40 +++++++++++++++++++++++++--------------- src/kadmin/dbutil/kdb5_util.h | 1 - 2 files changed, 25 insertions(+), 16 deletions(-)