[asterisk-bugs] [JIRA] (ASTERISK-29674) Adjust for 64bit time_t

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Thu Sep 30 13:10:49 CDT 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=256538#comment-256538 ] 

Kevin Harwell edited comment on ASTERISK-29674 at 9/30/21 1:09 PM:
-------------------------------------------------------------------

Thanks for the contribution!

Unfortunately I've had to remove the patch for now. All contributors must sign a [License Agreement|https://wiki.asterisk.org/wiki/display/AST/Digium+License+Agreement] before submitting a patch. You can sign the agreement [here|https://issues.asterisk.org/jira/secure/DigiumLicense.jspa], and more information about the process can be found [here|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Also, if you'd like your contribution to be included faster, you should submit your patch for [code review|https://wiki.asterisk.org/wiki/display/AST/Code+Review] by the Asterisk Developer Community. When ready, submit your patch and any tests to [Gerrit|https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage] for code review.

Thanks!


was (Author: kharwell):
Thanks for the contribution!

Unfortunately I've had to remove the patch for now. All contributors must sign a [License Agreement|https://wiki.asterisk.org/wiki/display/AST/Digium+License+Agreement] before submitting a patch. You can sign the agreement [here|https://issues.asterisk.org/jira/secure/DigiumLicense.jspa], and more information about the process can be found [here|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Also, if you'd like your contribution to be included faster, you should submit your patch for code review by the Asterisk Developer Community. When ready, submit your patch and any tests to [Gerrit|https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage] for code review.

Thanks!

> Adjust for 64bit time_t
> -----------------------
>
>                 Key: ASTERISK-29674
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29674
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/General
>    Affects Versions: 18.6.0
>            Reporter: Andre Heider
>            Severity: Major
>
> musl 1.2 switched time_t to 64bit [0].
> glibc still defaults to 32bit, but starting with v2.34 has a macro to
> swich to 64bit too.
> Use the PRId64 format specifier for time_t to work with both settings,
> fixing [2].
> [0] https://musl.libc.org/time64.html
> [1] https://sourceware.org/git/?p=glibc.git;a=tag;h=9df03063320651bc629fa427eef3ac73fabb61ba
> [2] https://github.com/openwrt/telephony/issues/690



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list