]> Dogcows Code - chaz/tar/commitdiff
tar: port -d to longer symlinks
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2015 16:46:17 +0000 (09:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jul 2015 16:53:56 +0000 (09:53 -0700)
* src/compare.c (diff_symlink):
Don't use alloca on symlink length; it might be too big for the stack.
Don't assume that readlinkat's return value fits in 'int'.
Prefer memcmp to strncmp where either will do.


No differences found
This page took 0.027022 seconds and 4 git commands to generate.