Assertion error on Sentinel1 product in debug build
Description
Assertion error when reading Sentinel 1 product:
~/build/otb-develop-debug $ ./bin/otbcli_DynamicConvert -in ~/Downloads/S1A_IW_GRDH_1SDV_20181216T110608_20181216T110633_025050_02C38F_BAB0.SAFE/measurement/s1a-iw-grd-vh-20181216t110608-20181216t110633-025050-02c38f-002.tiff -out ~/Downloads/out.tif
otbApplicationLauncherCommandLine: /home/poughov/cnes/dev/otb/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp:1117: void ossimplugins::ossimSentinel1Model::readCoordinates(const ossimXmlNode&, const ossimString&, const ossimString&, const string&): Assertion `pos >= sizeof(SR_PREFIX)+4 && pos < sizeof(prefix)' failed.
Aborted (core dumped)
Happens in this part of the code: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/blob/develop/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp#L1117
Steps to reproduce
See example command above.
Configuration information
Ubuntu 18.04, OTB develop debug build.