Jonne Jyrylä created LOG4J2-964:
-----------------------------------

             Summary: 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]

Reply via email to