Skip to content
  • Daniel Veillard's avatar
    8eb8eabb93bc
    Cleanup on randomization · 8eb8eabb93bc
    Daniel Veillard authored
    tsan reported that rand() is not thread safe, so create
    a thread safe wrapper, use rand_r() if available.
    Consolidate the function, initialization and cleanup in
    dict.c and make sure it is initialized in xmlInitParser()
    8eb8eabb93bc
    Cleanup on randomization
    Daniel Veillard authored
    tsan reported that rand() is not thread safe, so create
    a thread safe wrapper, use rand_r() if available.
    Consolidate the function, initialization and cleanup in
    dict.c and make sure it is initialized in xmlInitParser()
Loading