1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/programs/wusa
Alex Henrie 3caa27eafb wusa: Zero out identity on error path in read_identity.
Fixes double frees in read_components and read_dependency. The double
frees could also be fixed by using free instead of free_dependency in
those functions, but zeroing out the pointers is easier to understand
because it ensures that alloc_dependency can always be paired with
free_dependency.
2023-06-16 10:30:21 +02:00
..
main.c wusa: Remove string duplication helper. 2022-04-20 22:57:51 +02:00
Makefile.in wusa: Support additional expressions. 2022-02-28 21:33:51 +01:00
manifest.c wusa: Zero out identity on error path in read_identity. 2023-06-16 10:30:21 +02:00
wusa.h wusa: Remove string duplication helper. 2022-04-20 22:57:51 +02:00