-
Reset the level counter with each w:p as far as I can see field codes shouldn't cross w:p tags
-
…ind "begin" and "end" tags. All field codes within these will be grouped together. Should account for nested field codes as well. Values like { SET a { QUOTE 65 65 65 65 } } should be parsed out correctly.
-
rtfobj: Handling negative bin len (anti-analysis trick)
-
A large num_props value will cause memory bloat (via the range usage) and potentially billions of useless logs in relaxed mode. Clamp it to a value that has a reasonable chance of working without generating exceptions.