Page MenuHomeFreeBSD

Fix type mismatches for malloc(3) and Co.
ClosedPublic

Authored by uqs on Dec 28 2015, 4:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2024, 10:57 PM
Unknown Object (File)
Mar 22 2024, 10:57 PM
Unknown Object (File)
Mar 22 2024, 10:57 PM
Unknown Object (File)
Mar 22 2024, 10:57 PM
Unknown Object (File)
Mar 22 2024, 10:57 PM
Unknown Object (File)
Mar 14 2024, 3:01 PM
Unknown Object (File)
Mar 8 2024, 4:05 AM
Unknown Object (File)
Feb 18 2024, 7:39 PM
Subscribers

Diff Detail

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

Event Timeline

uqs retitled this revision from to Fix type mismatches for malloc(3) and Co..
uqs updated this object.
uqs edited the test plan for this revision. (Show Details)
uqs added a reviewer: ed.
ed added a subscriber: ed.

Looks epic to me!

uqs edited edge metadata.
  • Fix type mismatches for malloc(3) and Co.
  • Fix type mismatches for malloc(3) and Co.
  • Fix type mismatches for malloc(3) and Co.
  • Fix type mismatches for malloc(3) and Co.
ed edited edge metadata.
This revision is now accepted and ready to land.Dec 29 2015, 9:04 AM
usr.sbin/rtsold/rtsold.c
891 ↗(On Diff #11745)

Could you also remove the useless cast while you're at it? Thanks!

uqs marked an inline comment as done.Dec 29 2015, 11:21 AM
This revision was automatically updated to reflect the committed changes.