diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xreadlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xreadlink.c b/lib/xreadlink.c index e8c677b44..347357897 100644 --- a/lib/xreadlink.c +++ b/lib/xreadlink.c @@ -49,7 +49,7 @@ extern int errno; /* Call readlink to get the symbolic link value of FILENAME. Return a pointer to that NUL-terminated string in malloc'd storage. If readlink fails, return NULL (caller may use errno to diagnose). - If realloc fails, or if the link value is longer than SIZE_MAX :-), + If malloc fails, or if the link value is longer than SSIZE_MAX :-), give a diagnostic and exit. */ char * |