#390 memory alignment issues
Closed: Fixed Opened by jhrozek.

Commit 10e46b45ef6b52b1e81419ff3de62df6f0abe1c0 fixed some memory alignment issues in the pam code. There are, however, more places in the code where we force a pointer into alignment by casting it. We might want to fix these, too, to avoid problems on architectures like ARM and SPARC.


Fields changed

description: Ticket 10e46b45ef6b52b1e81419ff3de62df6f0abe1c0 fixed some memory alignment issues in the pam code. There are, however, more places in the code where we force a pointer into alignment by casting it. We might want to fix these, too, to avoid problems on architectures like ARM and SPARC. => Commit 10e46b45ef6b52b1e81419ff3de62df6f0abe1c0 fixed some memory alignment issues in the pam code. There are, however, more places in the code where we force a pointer into alignment by casting it. We might want to fix these, too, to avoid problems on architectures like ARM and SPARC.

For the record, two known places are the communication with the ldap_child and krb5_child processes.

After applying this patch I was able to get SSSD to authenticate to a Windows 2008 Domain Server using krb5 for auth and ldap for id on my ARM platform.

Fixed in 43e56fc55593f3f7d14f73017d3b362839d167e2

fixedin: => 1.1.0
resolution: => fixed
status: new => closed

Fields changed

coverity: =>
milestone: SSSD Deferred => SSSD 1.1

Fields changed

rhbz: => 0

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

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/1432

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.

Metadata