]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Windows regression in k5_make_uri_query() 1399/head
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Wed, 4 Dec 2024 02:54:35 +0000 (21:54 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 5 Dec 2024 04:02:46 +0000 (23:02 -0500)
commitad72f357ceba3f8210393d03cf29cfc3140db3ec
tree7e924eb8f900e14f33dc4ddb6a3425c13174c715
parent85c93922232300b0316546a2fc6dd93c7e2906cd
Fix Windows regression in k5_make_uri_query()

Commit d035119c3b2b402f3ad49a4c7b6264826ea923bb introduced an extra
parameter to the function k5_make_uri_query(), but did not add that
parameter to the Windows stub version of this function, causing a null
pointer exception when this function was called.  Add the parameter
now.

[ghudson@mit.edu: edited commit message]
src/lib/krb5/os/dnssrv.c