[Bug 2373] memory leak in sshd.c:2262
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Wed Apr 15 15:36:23 AEST 2015
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=2373
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 2577
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2577
patch
>-	    get_local_ipaddr(sock_in), get_local_port());
>+	    (addr = get_local_ipaddr(sock_in)), get_local_port());
I think it'd be cleaner to do that assignment on a separate line rather
than buried in the format string args.
>+	xfree(addr);
What version did you test this against?  xfree() is long gone.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list