https://bugs.winehq.org/show_bug.cgi?id=37646
Bug ID: 37646 Summary: valgrind shows an invalid free in advpack/tests/install.c Product: Wine Version: 1.7.32 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: advpack Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
==15680== Invalid free() / delete / delete[] / realloc() ==15680== at 0x7BC4E790: notify_realloc (heap.c:270) ==15680== by 0x7BC4E790: RtlReAllocateHeap (???:0) ==15680== by 0x53FC75D: parse_buffer (parser.c:908) ==15680== by 0x53FD7FB: parse_file (parser.c:992) ==15680== by 0x53FD7FB: SetupOpenInfFileW (???:0) ==15680== by 0x4BA992E: install_init (install.c:509) ==15680== by 0x4BAA8E0: RunSetupCommandW (install.c:1019) ==15680== by 0x4BAAAC9: RunSetupCommandA (install.c:959) ==15680== by 0x49AA336: test_RunSetupCommand (install.c:111) ==15680== by 0x49AA336: func_install (???:0) ==15680== by 0x49A4FA7: main (test.h:584) ==15680== Address 0x47917a0 is 0 bytes inside a block of size 4,944 alloc'd ==15680== at 0x7BC4DC87: initialize_block (heap.c:233) ==15680== by 0x7BC4DC87: RtlAllocateHeap (???:0) ==15680== by 0x53FD769: parse_file (parser.c:967) ==15680== by 0x53FD769: SetupOpenInfFileW (???:0) ==15680== by 0x4BA992E: install_init (install.c:509) ==15680== by 0x4BAA8E0: RunSetupCommandW (install.c:1019) ==15680== by 0x4BAAAC9: RunSetupCommandA (install.c:959) ==15680== by 0x49AA336: test_RunSetupCommand (install.c:111) ==15680== by 0x49AA336: func_install (???:0) ==15680== by 0x49A4FA7: main (test.h:584) ==15680==