• Alex Henrie's avatar
    wusa: Zero out identity on error path in read_identity. · 3caa27ea
    Alex Henrie authored
    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.
    3caa27ea
Name
Last commit
Last update
..
Makefile.in Loading commit data...
main.c Loading commit data...
manifest.c Loading commit data...
wusa.h Loading commit data...