blob: b62cec60ffe4b2b4510e8504d9270930734344e6 [file] [log] [blame]
Test class loading for deep interface hierarchies. The problem was that in a deep interface
hierarchy super-interfaces were recursively concatenated without looking for duplicates.
In cases like this can quickly lead to excessive LinearAlloc consumption due to more than linear
duplication of iftables.