You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2010/04/20 19:00:49 UTC

[jira] Created: (TS-319) Passing NULL as second argument to execv, should be an array

Passing NULL as second argument to execv, should be an array
------------------------------------------------------------

                 Key: TS-319
                 URL: https://issues.apache.org/jira/browse/TS-319
             Project: Traffic Server
          Issue Type: Bug
          Components: Portability
         Environment: Fedora Core 13 beta
            Reporter: Bryan Call
            Assignee: Bryan Call
             Fix For: 2.1.0


On Fedora 13 beta gcc complains about passing a NULL argument to execv.  An array should be created first with a NULL termination value in it.

error message:
SysAPI.cc:1724: error: null argument where non-null required (argument 2)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-319) Passing NULL as second argument to execv, should be an array

Posted by "Bryan Call (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call resolved TS-319.
---------------------------

    Resolution: Fixed

> Passing NULL as second argument to execv, should be an array
> ------------------------------------------------------------
>
>                 Key: TS-319
>                 URL: https://issues.apache.org/jira/browse/TS-319
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Portability
>         Environment: Fedora Core 13 beta
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 2.1.0
>
>
> On Fedora 13 beta gcc complains about passing a NULL argument to execv.  An array should be created first with a NULL termination value in it.
> error message:
> SysAPI.cc:1724: error: null argument where non-null required (argument 2)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.