Skip to content

Fix get_portmappings_in_range() in non-expand case.

Thomas Bernard requested to merge s1061123:fix_range1 into master

Created by: s1061123

In get_portmappings_in_range(), array[] is not updated when realloc() is not called, hence get_portmappings_in_range() is always null. This fix changes to fill array[].

Merge request reports