Page MenuHomeFreeBSD

Invert calloc(3) argument order.
ClosedPublic

Authored by araujo on Sep 16 2016, 4:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 2 2024, 3:58 AM
Unknown Object (File)
Apr 2 2024, 3:24 AM
Unknown Object (File)
Mar 22 2024, 9:26 PM
Unknown Object (File)
Mar 8 2024, 3:51 AM
Unknown Object (File)
Jan 4 2024, 2:35 AM
Unknown Object (File)
Jan 4 2024, 2:20 AM
Unknown Object (File)
Dec 22 2023, 12:34 PM
Unknown Object (File)
Dec 22 2023, 12:34 PM
Subscribers

Details

Summary

Seemed some calloc(3) calls has its arguments inverted,
the manpage says, it should be used nitems and size, not the oposite.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

araujo retitled this revision from to Invert calloc(3) argument order..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)
araujo added reviewers: ed, eadler.
ed edited edge metadata.
This revision is now accepted and ready to land.Sep 16 2016, 5:29 AM
This revision was automatically updated to reflect the committed changes.