diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-10-28 00:04:05 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-28 14:22:09 +1000 |
commit | dcc1b22cb33a7a9d9477ffc84f833317860bf751 (patch) | |
tree | c74a92c5da3506cf062d6f979c79361fd3625531 /test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template | |
parent | 1142a32c7f6f8ab82528581277b7c7cac6b2d1ae (diff) |
_alpm_hook_run: check path length before copying
If a hook path equals or exceeds PATH_MAX characters the path will be
left unterminated. Pre-calculating the path length also allows us to
use the more efficient memcpy over strncpy.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template')
0 files changed, 0 insertions, 0 deletions