[Bug 36112] New: server_init_process uses some uninitialized memory
https://bugs.winehq.org/show_bug.cgi?id=36112 Bug ID: 36112 Summary: server_init_process uses some uninitialized memory Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Noticed while running advapi32/crypt_sha tests (among others): ==17792== Syscall param prctl(arg5) contains uninitialised byte(s) ==17792== at 0x4E95D713: prctl (in /usr/lib/libc-2.18.so) ==17792== by 0x7BC79769: server_init_process (server.c:1385) ==17792== by 0x7BC830F7: thread_init (thread.c:293) ==17792== by 0x7BC56B1E: __wine_process_init (loader.c:3077) ==17792== by 0x4018EE2: wine_init (loader.c:952) ==17792== by 0x7BF00E29: main (main.c:237) ==17792== Uninitialised value was created by a stack allocation ==17792== at 0x7BC79659: server_init_process (server.c:1339) ==17792== wine-1.7.17-92-ge2bf516 -- 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=36112 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- Also getting warnings from arg3 and arg4. -- 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=36112 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- The remaining args are not used for that call, so it's ok to not specify them. -- 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=36112 --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- I've added a suppression for them, thanks. This can be closed WONTFIX, if it's not worth fixing. -- 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=36112 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Not worth fixing. -- 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=36112 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|-unknown |ntdll Severity|normal |minor --- Comment #5 from Jerome Leclanche <adys.wh(a)gmail.com> --- Closing -- 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