Project

General

Profile

Actions

Bug #600

closed

OFStandard::searchDirectoryRecursively() relies on undefined HAVE_READDIR_R

Added by Jörg Riesmeier about 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2014-06-26
Due date:
% Done:

100%

Estimated time:
Module:
ofstd, config?
Operating System:
Linux
Compiler:

Description

OFStandard::searchDirectoryRecursively() checks HAVE_READDIR_R in order to determine whether to use readdir() or the thread-safe readdir_r(). However, HAVE_READDIR_R is never defined because it is neither checked by the GNU Autoconf nor the CMake configure mechanism.

What is defined and actually checked by the module "dcmwlm" is HAVE_OLD_READDIR_R (in combination with _REEENTRANT).


Related issues 1 (0 open1 closed)

Related to DCMTK - Feature #161: Notizen zum Thema DCMTK und MultithreadingClosed

Actions
Actions

Also available in: Atom PDF