These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / net / infiniband / ib_srp.c
index 7b2b2b4..3700184 100644 (file)
@@ -291,7 +291,7 @@ static int ib_srp_parse_byte_string ( const char *rp_comp, uint8_t *bytes,
                return -EINVAL_BYTE_STRING_LEN;
 
        /* Parse byte string */
-       decoded_size = base16_decode ( rp_comp, bytes );
+       decoded_size = base16_decode ( rp_comp, bytes, size );
        if ( decoded_size < 0 )
                return decoded_size;