wmiutils: Always zero path->namespaces in parse_text (Coverity).
commited18b66ceb43d472339ff584cd26154497e04d1c
authorFabian Maurer <dark.shadow4@web.de>
Sat, 6 Jan 2024 20:39:25 +0000 (6 21:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Jan 2024 10:00:56 +0000 (17 11:00 +0100)
treede8b20b72519abd9ace9c0d4e65313b27b02d424
parent83bcb752a2d1a1a99e8e1036c8322c3130e3c772
wmiutils: Always zero path->namespaces in parse_text (Coverity).

When the malloc for len_namespaces should fail namespaces
would be uninitialized and passed to free.
dlls/wmiutils/path.c