VirtualBox

Changeset 104196 in vbox


Ignore:
Timestamp:
Apr 5, 2024 3:15:00 PM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162628
Message:

libxml2-2.12.6: Mutext initializer fix. ​bugref:10640

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.12.6/xmlmemory.c

    r104180 r104196  
    860860             "xmlInitMemory()\n");
    861861#endif
    862     /*
    863      This is really not good code (see Bug 130419).  Suggestions for
    864      improvement will be welcome!
    865     */
    866      if (xmlMemInitialized) return(-1);
    867      xmlMemInitialized = 1;
    868      xmlMemMutex = xmlNewMutex();
     862
    869863     xmlInitMutex(&xmlMemMutex);
    870864
     
    877871         sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
    878872     }
    879 
    880873}
    881874
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette