Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Icecast-Server Icecast-Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #791
Closed
Open
Created Dec 19, 2005 by gtgbr@gtgbr

[PATCH] More type related cleanups

More type related cleanups:

  • Add casts where implicit casting would happen otherwise (covers all, except those int->char casts that are harmless.)

  • Resolve accuracy issues, mostly by changing long to int (except in one case in source.c where it's the other way round)

  • More int -> size_t changes when buffer sizes are involved. While doing so, slightly rewrite get_line() in auth_htpasswd.c to not shadow the len parameter.

  • While in httpp.h, remove prototype for nonexistent function httpp_parse_icy()

  • Adjust sanity checks to not test whether an unsigned variable is < 0

  • In net/sock.c, use sizeof(ip) instead of MAX_ADDR_LEN

  • Do not forget to #include <sys/types.h> and "compat.h" whenever _t types are used

Assignee
Assign to
Time tracking