[Bug 268149] kadmind handle_mit() rpc/gss bugs

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Feb 2023 03:04:16 UTC
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.