You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Last issue that I identified with the fuzzed mail generator: it seems that prettym sometimes adds white spaces at the beginning or at the end of content-type parameters inside the quotes. That make the comparison functions of Content_type.Parameter not work properly.
If it is an expected behavior, we should add trim in the comparison functions.
Some seeds with this issue: 157, 160, 164, 221, 272, 319, 322.
The text was updated successfully, but these errors were encountered:
So all spaces are added into the quoted-string. The quoted-string value contains, so, spaces. prettym then try to indent the Content-Type and adds, as you said, spaces:
Hi,
Last issue that I identified with the fuzzed mail generator: it seems that prettym sometimes adds white spaces at the beginning or at the end of content-type parameters inside the quotes. That make the comparison functions of
Content_type.Parameter
not work properly.If it is an expected behavior, we should add
trim
in the comparison functions.Some seeds with this issue: 157, 160, 164, 221, 272, 319, 322.
The text was updated successfully, but these errors were encountered: