Revision 2098033c
Von aquamaniac vor fast 21 Jahren hinzugefügt
src/parser/msgengine.c | ||
---|---|---|
|
||
bs=GWEN_Buffer_GetPos(gbuf)-startPos;
|
||
if (bs>fixSize) {
|
||
DBG_ERROR(GWEN_LOGDOMAIN, "Data too long (fixed size is %d)", fixSize);
|
||
DBG_ERROR(GWEN_LOGDOMAIN,
|
||
"Data too long (size is %d, fixed size is %d)",
|
||
bs, fixSize);
|
||
return -1;
|
||
}
|
||
|
Auch abrufbar als: Unified diff
more bugfixes in msgEngine
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@576 70169cfe-8b10-0410-8925-dcb4b91034d8