]> git.ipfire.org Git - thirdparty/zstd.git/commit
Merge pull request #1290 from edenzik/ezik/1119-safe-strcpy-in-fileio
authorYann Collet <Cyan4973@users.noreply.github.com>
Tue, 21 Aug 2018 20:18:44 +0000 (13:18 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 20:18:44 +0000 (13:18 -0700)
commit801e3bcd97be90f12204f4659feb849c3b734924
tree0e44985068aec463384677f5d5f42399d29813e5
parentea0b5fc193882230055827370bf0657b502eb06c
parent78af534f82e32277d3272881d4351363ab1e3488
Merge pull request #1290 from edenzik/ezik/1119-safe-strcpy-in-fileio

Fixed unsafe string copy and concat in `fileio.c`.