systemd / casync

Content-Addressable Data Synchronization Tool
1.5k stars 117 forks source link

Fix uninitialized variable in log_fullv #211

Closed elboulangero closed 5 years ago

elboulangero commented 5 years ago

If format already ends with \n, then fmt was not initialized, and used all the same. Funny that the compiler didn't catch it.