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

Windows version axutil_thread_once_init don't initialize control struct

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.7.0
    • platforms/windows
    • None
    • Windows

    Description

      On Windows 'axutil_thread_once_init' don't initialize control struct so value may have random value and 'axutil_thread_once' never calls parameter function.

      We must add :

      if (control)

      { control->value = 0; }

      Attachments

        Activity

          People

            shankar Selvaratnam Uthaiyashankar
            mireaux Francois Mireaux
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: