Commit ed6fda4e authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Lasse Karstensen

Don't allow relative sizes for stevedore file size

parent a710884b
......@@ -201,7 +201,7 @@ STV_FileSize(int fd, const char *size, unsigned *granularity, const char *ctx)
ctx);
} else {
AN(size);
q = VNUM_2bytes(size, &l, fssize);
q = VNUM_2bytes(size, &l, 0);
if (q != NULL)
ARGV_ERR("(%s) size \"%s\": %s\n", ctx, size, q);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment