torarnv / sparsebundlefs

FUSE filesystem for reading macOS sparse-bundle disk images
BSD 2-Clause "Simplified" License
330 stars 38 forks source link

clang compilation warning suggests bug #16

Closed jackwasey closed 8 years ago

jackwasey commented 9 years ago

sparsebundlefs.cpp:298:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (fd_limit.rlim_cur < 0)

There are some other clang warnings, but this one suggests a bug

torarnv commented 9 years ago

Nice catch! I'll have a look

torarnv commented 8 years ago

Fixed in f3ccd20