Product Documentation

c-treeACE V10.0 Release Notes

Previous Topic

Next Topic

Improved Use of Thread Safe Calls

It was found that certain system calls may not be thread safe. Several system calls are made during a dynamic dump when using wildcards to specify files. Specifically, the following calls were reviewed and replaced with thread safe versions when appropriate:

  • getpwnam()
  • readdir()
  • getgrgid()
  • getpwuid()

TOCIndex