Commit 1871fd31 authored by Marshall Garey's avatar Marshall Garey Committed by Alejandro Sanchez
Browse files

Remove strncpy and snprintf from _make_archive_name.

Replace strncpy with xstrdup and snprintf with xstrfmtcat respectively
in _make_archive_name. This also fixes a coverity error CID 198462.

Continuation of 1e234c3d.

Bug 6033.
parent 3c68e645
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment