Bug 12648 - source4/heimdal/lib/krb5/rd_priv.c
Summary: source4/heimdal/lib/krb5/rd_priv.c
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.6.0
Hardware: x64 Mac OS X
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 17:21 UTC by Ruga
Modified: 2017-03-11 17:24 UTC (History)
0 users

See Also:


Attachments
patch (490 bytes, patch)
2017-03-11 17:24 UTC, Ruga
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2017-03-11 17:21:37 UTC
../source4/heimdal/lib/krb5/rd_priv.c:139:6: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
            abs(*part.timestamp - sec) > context->max_skew) {
            ^
Comment 1 Ruga 2017-03-11 17:24:02 UTC
Created attachment 13040 [details]
patch