GitHub user PSUdaemon opened a pull request:
https://github.com/apache/trafficserver/pull/728
TS-4572: Fix "Unchecked return value" (CID 1356972)
If the function returns an error value, the error value may be mistaken for
a normal value.
In get_effective_host: Value returned from a function is not checked for
errors before being used (CWE-252)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PSUdaemon/trafficserver TS-4572
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/728.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #728
----
commit 3a3cb0ac6e3e4af2023c78f7cfc942f2318e2719
Author: Phil Sorber <[email protected]>
Date: 2016-06-21T21:11:01Z
TS-4572: Fix "Unchecked return value" (CID 1356972)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---