K 10 svn:author V 7 git2svn K 8 svn:date V 27 2023-02-14T18:36:22.971131Z K 7 svn:log V 562 heimdal: Resolve hdb_free_entry() SIGSEGV/SIGILL When the client sends kadmind a create principal (kadm_create) request kadm_s_create_principal() returns an error before zeroing out ent (an hdb entry structure wrapper -- hdb_entry_ex), resulting in a NULL reference. Fix obtained from upstream commit 35ea4955a. PR: 268059 Reported by: Robert Morris Obtained from: Heimdal commit 35ea4955a (cherry picked from commit 6a70e0b4cdc606931555cdc59dc6c8d4a3ab4e3e) Git Hash: 8d5dfe721e0f52a2c2379c08356706b05f862927 Git Author: cy@FreeBSD.org END