chenrun1 f126adb5fc nshlib/fscmds:Fix write overflow during cp -r process
Summary:
      do
        {
          nbyteswritten = write(wrfd, iobuffer, nbytesread);
          if (nbyteswritten >= 0)

The write return type is ssize_t, which is different in size from the originally declared type, so the unified type is ssize_t

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-08-06 19:30:12 -03:00
..
2024-04-06 13:34:56 +08:00
2023-09-21 10:48:29 +08:00
2024-08-01 09:52:03 +08:00
2023-05-08 21:35:16 +03:00
2023-05-08 21:35:16 +03:00
2024-03-29 16:16:07 +08:00