Add special case for XLALResize*Sequence for length==0
The XLALResize*Sequence
method calls realloc
, which for a
length of 0 has platform-defined behavior.
The XLALResize*Sequence
method calls realloc
, which for a
length of 0 has platform-defined behavior.