diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-31 06:33:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-31 06:33:42 +0000 |
commit | 083a5e420b37ead8cfe097222f6fbe8486cbb065 (patch) | |
tree | 298e8a063bc371a5b99f5eae45edb2299ad9ed7a /src/basename.c | |
parent | 0f165cf273aeb08dcc74eb66369239e4b86606fb (diff) | |
download | coreutils-083a5e420b37ead8cfe097222f6fbe8486cbb065.tar.xz |
Merge 'exclude' changes from tar 1.13.22.
This fixes one or two unlikely storage allocation overflow bugs,
but doesn't change user-visible behavior otherwise.
(bool): Declare, perhaps by including stdbool.h.
(<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
(<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
Include if available.
(<xalloc.h>): Include
(SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
(verify): New macro. Use it to verify that EXCLUDE macros do not
collide with FNM macros.
(struct patopts): New struct.
(struct exclude): Use it, as exclude patterns now come with options.
(new_exclude): Support above changes.
(new_exclude, add_exclude_file):
Initial size must now be a power of two to simplify overflow checking.
(free_exclude, fnmatch_no_wildcards): New function.
(excluded_filename): No longer requires options arg, as the options
are determined by add_exclude. Now returns bool, not int.
(excluded_filename, add_exclude):
Add support for the fancy new exclusion options.
(add_exclude, add_exclude_file): Now takes int options arg.
Check for arithmetic overflow when computing sizes.
(add_exclude_file): xrealloc might modify errno, so don't
realloc until after errno might be used.
Diffstat (limited to 'src/basename.c')
0 files changed, 0 insertions, 0 deletions