CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/27 07:10:39
Modified files:
usr.bin/rsync : blocks.c
Log message:
rsync: avoid reallocarray() with a nmemb of 0.
bset->blksz can be 0 here and how reallocarray() behaves is implementation
defined.
