#1150 pki-core-10.2.0/base/native-tools/src/revoker/revoker.c:347:bad if test ?
Closed: Fixed None Opened 9 years ago by dcb.

pki-core-10.2.0/base/native-tools/src/revoker/revoker.c:347:79: warning: comparison of constant 'SECFailure' (-1) with boolean expression is always false [-Wtautological-constant-out-of-range-compare]

FPRINTF(stderr, "do_writes exiting with (failure = %d)\n",sent<bigBuf.len == SECFailure);

Maybe some ( and ) would help.

A duplicate

pki-core-10.2.0/base/native-tools/src/sslget/sslget.c:338:79: warning: comparison of constant 'SECFailure' (-1) with boolean expression is always false [-Wtautological-constant-out-of-range-compare]

FPRINTF(stderr, "do_writes exiting with (failure = %d)\n",sent<bigBuf.len == SECFailure);

Per Dogtag 10.2.3 Triage meeting of 09/24/2014 - proposed Milestone: 10.2.1

Fixed and pushed to master in 72bad14bb14e16455874fd8c38913a7ccca407e2

Metadata Update from @dcb:
- Issue assigned to kaskahn
- Issue set to the milestone: 10.2.1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1713

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata