Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Feb 2023 03:04:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 268149] kadmind handle_mit() rpc/gss bugs
Message-ID:  <bug-268149-7501-H1uFTBVMhw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268149-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268149-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268149

--- Comment #1 from Cy Schubert <cy@FreeBSD.org> ---
This must have been fixed by a prior commit. The output I get is:

bob# valgrind /usr/libexec/kadmind --debug
=3D=3D53991=3D=3D Memcheck, a memory error detector
=3D=3D53991=3D=3D Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward =
et al.
=3D=3D53991=3D=3D Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyr=
ight info
=3D=3D53991=3D=3D Command: /usr/libexec/kadmind --debug
=3D=3D53991=3D=3D=20
=3D=3D53991=3D=3D=20
=3D=3D53991=3D=3D HEAP SUMMARY:
=3D=3D53991=3D=3D     in use at exit: 9,395 bytes in 67 blocks
=3D=3D53991=3D=3D   total heap usage: 870 allocs, 803 frees, 135,661 bytes =
allocated
=3D=3D53991=3D=3D=20
=3D=3D53991=3D=3D LEAK SUMMARY:
=3D=3D53991=3D=3D    definitely lost: 0 bytes in 0 blocks
=3D=3D53991=3D=3D    indirectly lost: 0 bytes in 0 blocks
=3D=3D53991=3D=3D      possibly lost: 437 bytes in 6 blocks
=3D=3D53991=3D=3D    still reachable: 8,958 bytes in 61 blocks
=3D=3D53991=3D=3D         suppressed: 0 bytes in 0 blocks
=3D=3D53991=3D=3D Rerun with --leak-check=3Dfull to see details of leaked m=
emory
=3D=3D53991=3D=3D=20
=3D=3D53991=3D=3D For lists of detected and suppressed errors, rerun with: =
-s
=3D=3D53991=3D=3D ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 fr=
om 1)
bob# echo $?
0
bob#=20

On the client:

bob# ./kadmind27a
rpc_gss_seccreate() failed
bob#

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268149-7501-H1uFTBVMhw>