icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

Replace strncpy with strcpy #581

Closed IzabelaBakollari closed 3 years ago

IzabelaBakollari commented 3 years ago

Fix string truncation warning on build by replacing strncpy with strcpy.

IzabelaBakollari commented 3 years ago

I am working on a better version