Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1705

Possible Null pointer dereference

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.6.0
    • None
    • core/deployment
    • None

    Description

      File: /src/core/deployment/dep_engine.c

      Null check: line 746

      Dereference: line 755

       

      Code:

          if(!(dep_engine->conf_builder)) //Null check

         

      {         axis2_conf_free(dep_engine->conf, env);         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Configuration builder creation failed");         dep_engine->conf = NULL;     }

       

          /* Populate the axis2 configuration from reading axis2.xml.

           */

          status = axis2_conf_builder_populate_conf(dep_engine->conf_builder, env); //Null pointer dereference

      Attachments

        Activity

          People

            Unassigned Unassigned
            stas24 Stanislav Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: