You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2013/06/04 21:01:20 UTC

[jira] [Created] (VCL-699) Process may die if $self->mn_os isn't defined and get_computer_private_ip_address is called

Andy Kurth created VCL-699:
------------------------------

             Summary: Process may die if $self->mn_os isn't defined and get_computer_private_ip_address is called
                 Key: VCL-699
                 URL: https://issues.apache.org/jira/browse/VCL-699
             Project: VCL
          Issue Type: Bug
    Affects Versions: 2.3.2
            Reporter: Andy Kurth
            Assignee: Andy Kurth
             Fix For: 2.4


DataStructure.pm::get_computer_private_ip_address calls $self->mn_os to retrieve the contents of /etc/hosts.  There is no error checking to make sure mn_os is defined/initialized.  As a result, the process may die with an undefined subroutine message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira