[
https://issues.apache.org/jira/browse/LOG4J2-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14341743#comment-14341743
]
Gary Gregory commented on LOG4J2-964:
-------------------------------------
Patches welcome! Preferably with unit tests :-)
> StringFormattedMessage serialization is incorrect
> -------------------------------------------------
>
> Key: LOG4J2-964
> URL: https://issues.apache.org/jira/browse/LOG4J2-964
> Project: Log4j 2
> Issue Type: Bug
> Components: API
> Affects Versions: 2.2
> Reporter: Jonne JyrylÀ
>
> The method {{writeObject(final ObjectOutputStream out)}} of the class
> {{org.apache.logging.log4j.message.StringFormattedMessage}} does not write
> the stringArgs array into the output stream. This causes {{readObject(final
> ObjectInputStream in)}} to throw an {{EOFException}} when trying to
> deserialize.
> There is another bug in the same method. The line {{stringArgs[i] =
> obj.toString();}} throws a {{NullPointerException}} when obj is null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]