#650 review our use of strtol() when converting to uid_t or gid_t
Closed: Fixed None Opened 13 years ago by jhrozek.

As Stephen mentioned during a patch review, strtol() may not be safe for converting to uid_t and gid_t since uid_t and gid_t are a uint32_t, which on 32-bit platforms may require unsigned long.


Fields changed

owner: somebody => jhrozek

Fields changed

summary: review our use of strtol() when converting to uid_t or git_t => review our use of strtol() when converting to uid_t or gid_t

Fields changed

fixedin: => 1.4.0
milestone: NEEDS_TRIAGE => SSSD 1.4.0
resolution: => fixed
status: new => closed
tests: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.4.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1692

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata