Results 4 issues of 0x5457

**Describe the bug** If /dev/sda is mounted under /mnt/sda when executing fs.GetFSSpace("/mnt/sda") I got the error `wrong df output ...` **Environment (please complete the following information):** - Hardware: - OS:...

bug

### Description When locating the LuaJIT binary within OpenResty [here](https://github.com/apache/apisix/blob/d38d5b698be0913ee1c28980f57f7545ad99e603/bin/apisix#L41), an extra `/` is being appended to the path, resulting in an incorrect path like `/usr/local/openresty//luajit/bin/luajit`. I removed the extra...

chore
size:XS

Added #[cfg(not(feature = "std"))] attribute to conditionally import alloc::vec::Vec ensures that Vec is only imported when the 'std' feature is not enabled