https://bz.apache.org/bugzilla/show_bug.cgi?id=62625
Tim Allison <talli...@mitre.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Tim Allison <talli...@mitre.org> --- See decalage's note: https://github.com/decalage2/oletools/blob/master/oletools/olevba.py#L1516 # According to [MS-OVBA] 2.3.4.2.2.2 REFERENCENAME Record: # "Reserved (2 bytes): MUST be 0x003E. MUST be ignored." # So let's ignore it, otherwise it crashes on some files (issue #132) # PR #135 by @c1fe: # contrary to the specification I think that the unicode name # is optional. if reference_reserved is not 0x003E I think it # is actually the start of another REFERENCE record # at least when projectsyskind_syskind == 0x02 (Macintosh) Sometimes REFERENCENAME only has an ascii part, contrary to the spec. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org