Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649896 - net-libs/loudmouth-1.5.3 - lm-sasl.c:532:32: error: comparison between pointer and zero character constant [-Werror=pointer-compare]
Summary: net-libs/loudmouth-1.5.3 - lm-sasl.c:532:32: error: comparison between pointe...
Status: RESOLVED DUPLICATE of bug 618330
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-08 05:05 UTC by Anton Kochkov
Modified: 2018-04-03 10:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (loudmouth_build.log,36.22 KB, text/plain)
2018-03-08 05:05 UTC, Anton Kochkov
Details
emerge --info output (emerge_info.log,5.20 KB, text/plain)
2018-03-08 05:05 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2018-03-08 05:05:14 UTC
Created attachment 522926 [details]
build.log

[01m[Klm-sasl.c:[m[K In function ‘[01m[Ksasl_md5_prepare_response[m[K’:
[01m[Klm-sasl.c:532:32:[m[K [01;31m[Kerror: [m[Kcomparison between pointer and zero character constant [[01;31m[K-Werror=pointer-compare[m[K]
     if (nonce == NULL || nonce [01;31m[K==[m[K '\0') {
                                [01;31m[K^~[m[K
[01m[Klm-sasl.c:532:26:[m[K [01;36m[Knote: [m[Kdid you mean to dereference the pointer?
     if (nonce == NULL || [01;36m[Kn[m[Konce == '\0') {
                          [01;36m[K^[m[K
Comment 1 Anton Kochkov 2018-03-08 05:05:27 UTC
Created attachment 522928 [details]
emerge --info output
Comment 2 Pacho Ramos gentoo-dev 2018-04-03 10:29:49 UTC

*** This bug has been marked as a duplicate of bug 618330 ***