From: | tlyu@mit.edu |
Subject: | git commit |
Don't canonicalize hostname in sim_client.c
krb5_mk_req() already canonicalizes the target hostname, so don't try
to use a buffer of size MAXHOSTNAMELEN to canonicalize the hostname
beforehand. This buffer will be too short for some unusually long
FQDNs.
https://github.com/krb5/krb5/commit/0491c778064e80aaf2aaeb4475a0db333542fed9
Author: Tom Yu <tlyu@mit.edu>
Commit: 0491c778064e80aaf2aaeb4475a0db333542fed9
Branch: master
src/appl/simple/client/sim_client.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)