readlink() returns -1 on error. The <= 0 check failed to catch that because the return value was implicitly cast to size_t, which is unsigned. |
||
|---|---|---|
| .. | ||
| ares | ||
| unix | ||
| win | ||
| uv-common.c | ||
| uv-common.h | ||
readlink() returns -1 on error. The <= 0 check failed to catch that because the return value was implicitly cast to size_t, which is unsigned. |
||
|---|---|---|
| .. | ||
| ares | ||
| unix | ||
| win | ||
| uv-common.c | ||
| uv-common.h | ||