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=268149

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

On the client:

bob# ./kadmind27a
rpc_gss_seccreate() failed
bob#

-- 
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>