ovn-org/libovsdb

bug: ApplyModifications will fail in some edge cases

dave-tucker opened this issue · 0 comments

See: #239 for one such case.

OvsToNative has some validation that will cause issue with these new XOR style of udpates.
For example, if more than half the values in a fixed size array updated we'll exceed the array capacity.