att / vfd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seg fault when VF MAC list has empty string

ScottDaniels opened this issue · comments

If a VF configuration file has a nil ("") string as an element in the MAC address array VFd segfaults and aborts.

This was happening when the empty string was the last element in the MAC address array. The check was failing to examine the last element and the invalid address was being missed.

Corrected in commit 99e86ac