Do not call memcpy with a NULL argument (PR gcov-profile/80413).
authorMartin Liska <mliska@suse.cz>
Thu, 13 Apr 2017 11:51:28 +0000 (13:51 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 13 Apr 2017 11:51:28 +0000 (11:51 +0000)
commit0040ecb07f44769025a4d8e4952e8dd7b6d5149e
treefe6e31ea3731424b2034de5ecca201c14bee2789
parent43a3aa03aca20c7d641cf76354c3572f2a7e5864
Do not call memcpy with a NULL argument (PR gcov-profile/80413).

2017-04-13  Martin Liska  <mliska@suse.cz>

PR gcov-profile/80413
* gcov-io.c (gcov_write_string): Copy to buffer just when
allocated size is greater than zero.

From-SVN: r246903
gcc/ChangeLog
gcc/gcov-io.c