Skip to content
  • Andrei Borzenkov's avatar
    grub-core/disk/luks.c: fix use after free and memory leaks · ea44693f
    Andrei Borzenkov authored
    configure_ciphers:
    
    - several memory leaks where allocated ciphers were not freed. CID: 73813,
    73710
    
    - use after free. It is probably quite innocent as grub is single threaded,
    but could potentially be a problem with memory allocator debugger turned on.
    CID: 73730
    
    luks_recover_key:
    
    - memory leak. CID: 73854
    ea44693f