chenrun1 a7f5c37a63 v9fs/client.c:fix in x86 qemu crash
Summary:
  In the x86 environment, memory does not necessarily start at 0, so when end is 0x0, start = end + 1, and then determine the contents of start, it will cause x86 to cause a crash when accessing an illegal address.
This problem does not occur in the arm environment because arm starts at 0x0, so the content of the 0x1 address is “\0”.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-08-19 11:05:40 -03:00
..
2023-12-26 19:23:13 -08:00
2023-12-26 19:23:13 -08:00
2024-08-19 13:35:56 +08:00
2024-08-19 11:05:40 -03:00
2024-08-19 11:05:40 -03:00
2023-12-26 19:23:13 -08:00
2023-12-26 19:23:13 -08:00
2023-12-26 19:23:13 -08:00
2024-08-19 11:05:40 -03:00
2024-08-18 19:56:49 +08:00
2023-12-26 19:23:13 -08:00
2024-08-19 11:05:40 -03:00
2024-08-19 11:05:40 -03:00