diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-11-10 17:43:36 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-11-15 22:38:21 -0800 |
commit | 92423a466e2ec4646624204eafc930297197664c (patch) | |
tree | 1242947bbadd15f76caf9f2422fc10b6679b56c0 /vrplayer | |
parent | e8185caf319db95554f7f3a239e962ca96e24fd4 (diff) | |
download | xrdp-proprietary-92423a466e2ec4646624204eafc930297197664c.tar.gz xrdp-proprietary-92423a466e2ec4646624204eafc930297197664c.zip |
Fix potential buffer overflow in strncat() invocation
strncat() will copy at most the specified number of characters and append
the null character on top of that. strlen() doesn't count the final null
character.
Diffstat (limited to 'vrplayer')
0 files changed, 0 insertions, 0 deletions