v92 / libiorouter

libiorouter is LD_PRELOAD library for caching data and metadata requests from backend directory to local directory transparently to application.
GNU General Public License v3.0
6 stars 0 forks source link

readdir is not thread safe #2

Closed v92 closed 9 years ago

v92 commented 9 years ago

readdir is not thread safe because it is using statical buffer. We have to rewrote code to readdir_r which should be fine.