You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/28 21:26:20 UTC

[jira] [Work logged] (TS-4906) CID 1363289

     [ https://issues.apache.org/jira/browse/TS-4906?focusedWorklogId=29928&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29928 ]

ASF GitHub Bot logged work on TS-4906:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Sep/16 21:26
            Start Date: 28/Sep/16 21:26
    Worklog Time Spent: 10m 
      Work Description: Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/1060
  
    FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/894/ for details.
     



Issue Time Tracking
-------------------

            Worklog Id:     (was: 29928)
            Time Spent: 10m
    Remaining Estimate: 0h

> CID 1363289
> -----------
>
>                 Key: TS-4906
>                 URL: https://issues.apache.org/jira/browse/TS-4906
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: CPP API
>            Reporter: Leif Hedstrom
>            Assignee: Phil Sorber
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> From coverity:
> {code}
> *** CID 1363289:  Error handling issues  (CHECKED_RETURN)
> /lib/ts/HashMD5.cc: 36 in ATSHashMD5::update(const void *, unsigned long)()
> 30     }
> 31     
> 32     void
> 33     ATSHashMD5::update(const void *data, size_t len)
> 34     {
> 35       if (!finalized) {
>    CID 1363289:  Error handling issues  (CHECKED_RETURN)
>    Calling "EVP_DigestUpdate" without checking return value (as is done elsewhere 4 out of 5 times).
> 36         EVP_DigestUpdate(ctx, data, len);
> 37       }
> 38     }
> 39     
> 40     void
> 41     ATSHashMD5::final(void)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)