URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13452>

                 Summary: Null pointer dereferences in
javax.security.sasl.Sasl
                 Project: classpath
            Submitted by: daveho
            Submitted on: Sat 06/18/2005 at 20:45
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

In classpath-0.15:

In class javax.security.sasl.Sasl, at line 451, the following
code occurs:

   if (providers == null)
      {
        Provider p;
        String key;
        for (int i = 0; i < providers.length; i++)
          {

Probably the != operator was meant instead.

Almost identical code (with the same error) occurs at
line 643.

Found by FindBugs, http://findbugs.sourceforge.net







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13452>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Commit-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to