diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-05-23 12:25:42 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-05-23 17:06:29 +0200 |
commit | 527c822a3bd5536fd6bd52d2821925b8a05c99fb (patch) | |
tree | 39994e1032a9cbc6969aa2dd5234cd0653830abe /log.c | |
parent | 9f61c5b68b0958e0c7735657ed3842866e45ea47 (diff) | |
download | passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar.gz passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar.bz2 passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar.lz passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar.xz passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.tar.zst passt-527c822a3bd5536fd6bd52d2821925b8a05c99fb.zip |
test/nstool: Provide useful error if given a path that's too long
Normal filesystem paths can be very long (PATH_MAX is around 8k), however
Unix domain sockets can only use relatively short paths (UNIX_PATH_MAX is
108 on Linux). Currently nstool will simply truncate paths that are too
long, leading to difficult to understand failures.
Make such failures clearer, with an explicit error message if given a path
that's too long.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'log.c')
0 files changed, 0 insertions, 0 deletions