summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorge McCollister <georgem@opteron.novatech-llc.com>2010-01-21 12:06:39 -0600
committerStephen Gallagher <sgallagh@redhat.com>2010-01-22 09:14:04 -0500
commit90b5edbacdaccc22af54a0954a9d1696e0fa70fc (patch)
tree268b3b17eb02326c6fde05aa567a6851af2b0f3a /.gitignore
parent91b60281ddedf61a5b4826eb6b139b0e0d9c3b90 (diff)
downloadsssd-90b5edbacdaccc22af54a0954a9d1696e0fa70fc.tar.gz
sssd-90b5edbacdaccc22af54a0954a9d1696e0fa70fc.tar.xz
sssd-90b5edbacdaccc22af54a0954a9d1696e0fa70fc.zip
Pointers to non 32 bit aligned data were being cast to uint32_t *
uint32_t pointers must point to 32 bit aligned data on ARM. Instead of padding the data to force it into alignment I altered the code to memcpy the data to an aligned location. I'd appreciate any and all feedback especially on whether I took the best approach. pam_test_client auth and pam_test_client acct now work on my armeb-xscale-linux-gnueabi target. Signed-off-by: George McCollister <georgem@opteron.novatech-llc.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions