[
https://issues.apache.org/jira/browse/LOG4J2-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved LOG4J2-964.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.2.1
Fix in Git master. Please verify and close.
> 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À
> Fix For: 2.2.1
>
> Attachments:
> 0001-LOG4J2-964-fix-StringFormattedMessage-serialization.patch
>
>
> 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]