elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Fix nil pointer dereference in awsSGToMilpa() #173

Closed ldx closed 4 years ago

ldx commented 4 years ago

Based on #169, some of the fields in the IpPermissions struct might be nil. I went ahead and changed all pointer dereferences to use the *Value() helpers from the AWS SDK instead.

This fixes #169