Bug 13707 - zlib/inflate.c:1528
Summary: zlib/inflate.c:1528
Status: RESOLVED INVALID
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.3
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-08 18:15 UTC by Ruga
Modified: 2019-01-08 21:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2018-12-08 18:15:35 UTC
zlib/inflate.c:1528:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
                                                        ~~~ ^
Comment 1 Wayne Davison 2019-01-08 21:52:58 UTC
This has been fixed in git for a long time.