CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/27 07:13:14
Modified files:
usr.bin/rsync : blocks.c
Log message:
rsync: make blkhash_free() callable with NULL.
It is in principle possible that blkhash_free() (which obviously frees
a struct blktab, sigh) is called with NULL. This would lead to a crash.
ok claudio
