From: | ghudson@mit.edu |
Subject: | git commit |
Remove meaningless checks decoding DB2 principals
Commit e3d9f03a658e247dbb43cb345aa93a28782fd995 (ticket 8481) added
several checks for negative length values when decoding DB2 principal
entries, including two unnecessary checks on unsigned values. Remove
those checks as they can generate warnings.
https://github.com/krb5/krb5/commit/c0f08f2eadbf179ec30008893a125722536c7802
Author: Greg Hudson <ghudson@mit.edu>
Commit: c0f08f2eadbf179ec30008893a125722536c7802
Branch: master
src/plugins/kdb/db2/kdb_xdr.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)