krb5: fixup crypto.c avoid realloc to trim memory allocation
commit61dc4ff8dff2e50cd0a9f93e55125787629103a9
authorJeffrey Altman <jaltman@auristor.com>
Wed, 3 May 2023 21:18:01 +0000 (3 17:18 -0400)
committerJeffrey Altman <jaltman@auristor.com>
Wed, 3 May 2023 21:18:01 +0000 (3 17:18 -0400)
tree950d8082280bc13a7596d5df3dce461213aa1810
parent1b1ff8fdd571f66624cf744b2333493cc7e781d4
krb5: fixup crypto.c avoid realloc to trim memory allocation

1b1ff8fdd571f66624cf744b2333493cc7e781d4 ("krb5: crypto.c avoid realloc
to trim memory allocation") removed the realloc() but failed to assign
'p' to 'result->data'.
lib/krb5/crypto.c