Do not allow raw request length longer than the PDU size plus
the additional requested slave address byte.
Without this check modbus_send_raw_request could be used to
trigger a buffer overflow on the stack since the parameter
is passed unchecked to memcpy.
Thanks to Hanno Neuer for spotting this security flaw.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>