You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/01/01 15:23:09 UTC

DO NOT REPLY [Bug 52400] TNEF parsing unstable

https://issues.apache.org/bugzilla/show_bug.cgi?id=52400

--- Comment #3 from Rob Tulloh <rt...@yahoo.com> 2012-01-01 14:23:09 UTC ---
Num,ID,Type,Len
36870,8,4
36871,6,8
2573,1152,512
1,0,977272843 (boom!)

{noformat}
Step completed: "thread=main",
org.apache.poi.hmef.attribute.TNEFAttribute.create(), line=65 bci=10
65          if(id == TNEFProperty.ID_MAPIPROPERTIES.id ||

main[1] print id
 id = 1
main[1] print type
 type = 0
main[1] next
>
{noformat}

And then a bit later

{noformat}
Step completed: "thread=main",
org.apache.poi.hmef.attribute.TNEFAttribute.<init>(), line=49 bci=15
49          property = TNEFProperty.getBest(id, type);

main[1] print length
 length = 977272843
{noformat}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org