Digging deepter into VM concepts...
FossilOrigin-Name: ba6454642f17c0f87106cb6af12689457433d44ba1fe2dd1ef920dba7be2ef27
This commit is contained in:
@ -28,7 +28,7 @@ int cw_readelem_ac_name(uint8_t **dst, int type,uint8_t *msgelem, int len)
|
||||
|
||||
if (len > 512 ) {
|
||||
cw_dbg(DBG_CW_RFC,"AC name too long, max. 512 bytes allowed (RFC 5415)");
|
||||
cw_dbg(DBG_CW_MSG_ERR,"AC name truncated to 512 bytes");
|
||||
cw_dbg(DBG_MSG_ERR,"AC name truncated to 512 bytes");
|
||||
len = 512;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user