classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Null check after dereference in gnu.xml.aelfred2.XmlPa


From: Lillian Angel
Subject: [cp-patches] FYI: Null check after dereference in gnu.xml.aelfred2.XmlParser
Date: Tue, 21 Jun 2005 09:26:02 -0400

Damage Prevention. Prevents a NullPointerException

2005-06-21  Lillian Angel  <address@hidden>

* gnu/xml/aelfred2/XmlParser
        (parseAttribute): if (type.equals("CDATA") || type == null) 
        this would always throw a NullPointerException if type is null.

fixes bug #13458

Committed!
- Lillian

Attachment: xpars.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]