Skip to content

Comments

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

Open
grossjo wants to merge 2 commits intosaju:masterfrom
grossjo:master
Open

Fix seg fault when using cookie based auth on 64 bit system#2
grossjo wants to merge 2 commits intosaju:masterfrom
grossjo:master

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.

1 participant