[
https://issues.apache.org/jira/browse/CLOUDSTACK-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865663#comment-13865663
]
ASF subversion and git services commented on CLOUDSTACK-5826:
-------------------------------------------------------------
Commit 418f8cb60e48da0d716edaf67c6e750b016672f0 in branch refs/heads/4.2 from
[~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=418f8cb ]
CLOUDSTACK-5826: do netmask/gateway validation before calculating the POD cidr
Conflicts:
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
utils/src/com/cloud/utils/net/NetUtils.java
> createPod: passing invalid gateway/netmask to the call causes infinite loop
> execution
> -------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-5826
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5826
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.3.0
> Reporter: Alena Prokharchyk
> Assignee: Alena Prokharchyk
> Priority: Critical
> Fix For: 4.2.1, 4.3.0, 4.4.0
>
>
> Steps to reproduce:
> 1) UI->Create Pod
> 2) pass -1 for gateway/netmask values
> The createPod doesn't do gateway/netmask validation before calling
> NetUtils.ipAndNetMaskToCidr(gateway, netmask), and it causes NetUtils method
> to go to infinite loop.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)