Page MenuHomeFreeBSD

Don't need to cast malloc.
ClosedPublic

Authored by araujo on Nov 16 2015, 5:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 4, 2:32 PM
Unknown Object (File)
Sun, Feb 22, 3:35 PM
Unknown Object (File)
Jan 17 2026, 11:15 AM
Unknown Object (File)
Dec 3 2025, 2:07 PM
Unknown Object (File)
Nov 28 2025, 9:42 PM
Unknown Object (File)
Nov 23 2025, 10:45 PM
Unknown Object (File)
Nov 23 2025, 12:05 AM
Unknown Object (File)
Nov 20 2025, 11:05 AM
Subscribers

Details

Summary

Clean up some malloc casts that is not needed.

Test Plan
  1. Reinstall ypbind.
  2. start ypbind using -ypset
  3. Change the IP of the ypserv using ypset -d domain <new_ip>
  4. Use ypwhich and ypmatch.

Diff Detail

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

Event Timeline

araujo retitled this revision from to Don't need to cast malloc..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)
araujo added reviewers: bapt, rodrigc.
rodrigc edited edge metadata.
This revision is now accepted and ready to land.Nov 16 2015, 6:01 AM
This revision was automatically updated to reflect the committed changes.