[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8686)



I reported the caluculation of the size of original and normalized rdn is
as follows.

> len_rdn is the size of original rdn.
> len_norm_rdn is the size of normalized rdn.
> 
> ((3 + len_norm_rdn) * 3) less than equal to ((3 + len_norm_rdn) + 1 + len_rdn + 1 + 8)

But after the test about verious sizes of rdn, the above calculation
does not cover the all cases and the next simple calculation should
match more verious sizes.

  len_rdn + 3 > len_norm_rdn x 2

--
Yoshiho Yoshida



This message and any attachment may contain information that is confidential and/or proprietary. Any use, disclosure, copying, storing, or distribution of this e-mail or any attached file by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please notify the sender by reply email and delete the message and any attachments. Thank you.