[Bug 43309] New: valgrind shows an uninitialized write in dlls/advapi32/ tests/security.c (test_AddMandatoryAce)
https://bugs.winehq.org/show_bug.cgi?id=43309 Bug ID: 43309 Summary: valgrind shows an uninitialized write in dlls/advapi32/tests/security.c (test_AddMandatoryAce) Product: Wine Version: 2.12 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: minor Priority: P2 Component: advapi32 Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Distribution: --- May be related to bug 38671 / bug 43308 ==25950== Syscall param writev(vector[...]) points to uninitialised byte(s) ==25950== at 0x433904F: ??? (syscall-template.S:84) ==25950== by 0x7BC88028: send_request (server.c:228) ==25950== by 0x7BC881DB: wine_server_call (server.c:309) ==25950== by 0x7BC624C7: NtDuplicateToken (nt.c:112) ==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516) ==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847) ==25950== by 0x4A69DDA: func_security (security.c:7134) ==25950== by 0x4A7926E: run_test (test.h:603) ==25950== by 0x4A796C0: main (test.h:687) ==25950== Address 0x48febc0 is 64 bytes inside a recently re-allocated block of size 292 alloc'd ==25950== at 0x7BC50812: notify_alloc (heap.c:254) ==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25950== by 0x7BC92E90: alloc_object_attributes (sync.c:117) ==25950== by 0x7BC62335: NtDuplicateToken (nt.c:93) ==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516) ==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847) ==25950== by 0x4A69DDA: func_security (security.c:7134) ==25950== by 0x4A7926E: run_test (test.h:603) ==25950== by 0x4A796C0: main (test.h:687) ==25950== Uninitialised value was created by a stack allocation ==25950== at 0x4A681D0: test_token_security_descriptor (security.c:6800) ==25950== -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43309 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows an |valgrind shows an |uninitialized write in |uninitialized write in |dlls/advapi32/tests/securit |dlls/advapi32/tests/securit |y.c (test_AddMandatoryAce) |y.c | |(test_token_security_descri | |ptor) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43309 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |f6f5c96677be7dfd7fc62b80fb8 | |22fdfa7b1c4fd Status|NEW |RESOLVED --- Comment #1 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to Austin English from comment #0)
May be related to bug 38671 / bug 43308
Fixed by f6f5c96677be7dfd7fc62b80fb822fdfa7b1c4fd. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=43309 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.0-rc6. -- 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.
participants (1)
-
wine-bugs@winehq.org