Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1502218 [details] Simplifield reproducer from sssd unit test Description of problem: There is a unit test in sssd which test sssd internal function copy_ccache_into_memory. And the recent update of krb5 in rawhide broke it. Version-Release number of selected component (if applicable): sh$ rpm -q krb5-libs krb5-libs-1.17-0.beta1.1.fc30.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. dnf install -y gcc krb5-devel libcmocka-devel libtalloc-devel 2. gcc -Wall -Wextra -g3 -O2 -o test_copy_ccache test_copy_ccache.c -lcmocka -ltalloc -lkrb5 3. ./test_copy_ccache Actual results: sh# ./test_copy_ccache [==========] Running 1 test(s). [ RUN ] test_copy_ccache [ ERROR ] --- 0xffffffff96c73a8d != 0 [ LINE ] --- test_copy_ccache.c:174: error: Failure! [ FAILED ] test_copy_ccache [==========] 1 test(s) run. [ PASSED ] 0 test(s). [ FAILED ] 1 test(s), listed below: [ FAILED ] test_copy_ccache 1 FAILED TEST(S) sh# rpm -q krb5-libs krb5-libs-1.17-0.beta1.1.fc30.x86_64 Expected results: //test should pass as with older version. sh$ ./test_copy_ccache [==========] Running 1 test(s). [ RUN ] test_copy_ccache [ OK ] test_copy_ccache [==========] 1 test(s) run. [ PASSED ] 1 test(s). sh$ rpm -q krb5-libs krb5-libs-1.16.1-24.fc30.x86_64 Additional info:
*** Bug 1646919 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 1645912 ***