[Bug 209305] Code to malloc should use struct <NAME> instead of pointer as per style guidelines

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 5 20:44:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209305

Shawn Debnath <sd at beastie.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #2 from Shawn Debnath <sd at beastie.io> ---
Better to use variable to obtain size to allocate so that in the future if
variable type changes, compiler's won't produce warnings and harder to track
down.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list