[Midnightbsd-cvs] [MidnightBSD/src] 22c363: The function make_relative_prefix_1 does not prope...
    Lucas Holt 
    noreply at github.com
       
    Mon Nov 15 01:43:15 EST 2021
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 22c363e3e184f8302282a2cc1d99a3110830bbd8
      https://github.com/MidnightBSD/src/commit/22c363e3e184f8302282a2cc1d99a3110830bbd8
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)
  Changed paths:
    M contrib/binutils/libiberty/make-relative-prefix.c
  Log Message:
  -----------
  The function make_relative_prefix_1 does not properly free locally
allocated memory when it returns early.
Free the memory associated with the variables full_programe, bin_dirs,
prog_dirs, and prefix_dirs when the function returns early.
Obtained from: FreeBSD
    
    
More information about the Midnightbsd-cvs
mailing list