Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix seg fault when using cookie based auth on 64 bit system #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

grossjo
Copy link

@grossjo grossjo commented Sep 29, 2011

%lld was for long long int was causing segmentation faults when using cookie based authentication. Changed it to %ld , to store time, as it was 64 bit based.

Joshua Gross added 2 commits September 29, 2011 14:39
… cookie based authentication. Changed it to %ld , to store time, as it was 64 bit based.
…wsing apache doc, apache has a predefined type to handle different time structures on different systems, changing to "APR_TIME_T_FMT" instead of %ld, testing and working so far.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant