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
Would it be possible to consider removing the code and trying later to come up with another fix for the fuzz case?
I think it is better to fix #497 and later come back to the fuzz case.
The text was updated successfully, but these errors were encountered:
@cowtowncoder#546 seems to indicate the removal of the code is fine - the fuzz case still behaves correctly, just the exception message changes a little
jackson-dataformats-text/csv/src/main/java/com/fasterxml/jackson/dataformat/csv/impl/UTF8Reader.java
Lines 406 to 418 in d43289d
invalid input that we might accidentally treat as valid if we remove the code
https://github.com/FasterXML/jackson-dataformats-text/blob/d43289df0be12aa0d8ee9cea97405cca337049bf/csv/src/test/java/com/fasterxml/jackson/dataformat/csv/deser/FuzzCSVReadTest.java
valid input that we will now properly support if we remove the code
jackson-dataformats-text/csv/src/test/java/com/fasterxml/jackson/dataformat/csv/tofix/UnicodeCSVRead497Test.java
Line 23 in d43289d
Would it be possible to consider removing the code and trying later to come up with another fix for the fuzz case?
I think it is better to fix #497 and later come back to the fuzz case.
The text was updated successfully, but these errors were encountered: