[Bug 2684] calling realloc with a size <= 0
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Tue Feb 28 17:06:58 AEDT 2017
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=2684
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
realloc with 0 size is defined as per
http://pubs.opengroup.org/onlinepubs/009695399/functions/realloc.html
> If size is 0, either a null pointer or a unique pointer that can be 
> successfully passed to free() shall be returned
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list