[Bug 36191] New: valgrind shows some potential leaks in crypt32/tests/cert.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 30 15:11:04 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36191

            Bug ID: 36191
           Summary: valgrind shows some potential leaks in
                    crypt32/tests/cert.c
           Product: Wine
           Version: 1.3.13
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: minor
          Priority: P2
         Component: comdlg32
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
        Depends on: 36190

==17318== 20 bytes in 1 blocks are possibly lost in loss record 51 of 334
==17318==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318==    by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318==    by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318==    by 0x4EAC507: CertContext_SetProperty (cert.c:703)
==17318==    by 0x4EAB7AF: CertContext_GetHashProp (cert.c:399)
==17318==    by 0x4EAB9DB: CertContext_GetProperty (cert.c:445)
==17318==    by 0x4EABFDA: CertGetCertificateContextProperty (cert.c:579)
==17318==    by 0x4EADEF3: compare_cert_by_sha1_hash (cert.c:1368)
==17318==    by 0x4EAE423: cert_compare_certs_in_store (cert.c:1530)
==17318==    by 0x4EAEF02: CertFindCertificateInStore (cert.c:1794)
==17318==    by 0x4EAAD3C: add_cert_to_store (cert.c:192)
==17318==    by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318==    by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318==    by 0x4CC9495: testAddCert (cert.c:198)
==17318==    by 0x4CD8F2F: func_cert (cert.c:3976)
==17318==    by 0x4D33F67: run_test (test.h:584)
==17318==    by 0x4D34356: main (test.h:654)
==17318== 

==17318== 20 bytes in 1 blocks are possibly lost in loss record 52 of 334
==17318==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318==    by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318==    by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318==    by 0x4EF788F: ContextPropertyList_Copy (proplist.c:215)
==17318==    by 0x4EBE9AF: Context_CopyProperties (context.c:130)
==17318==    by 0x4EAAB6C: Cert_clone (cert.c:139)
==17318==    by 0x4F03664: MemStore_addContext (store.c:151)
==17318==    by 0x4F03A35: MemStore_addCert (store.c:243)
==17318==    by 0x4EAB119: add_cert_to_store (cert.c:263)
==17318==    by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318==    by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318==    by 0x4CC9495: testAddCert (cert.c:198)
==17318==    by 0x4CD8F2F: func_cert (cert.c:3976)
==17318==    by 0x4D33F67: run_test (test.h:584)
==17318==    by 0x4D34356: main (test.h:654)
==17318==

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list