Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 May 2016 20:44:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 209305] Code to malloc should use struct <NAME> instead of pointer as per style guidelines
Message-ID:  <bug-209305-8-qcxyYWAGsP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209305-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209305-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209305

Shawn Debnath <sd@beastie.io> changed:

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

--- Comment #2 from Shawn Debnath <sd@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209305-8-qcxyYWAGsP>