Displaying 1 result from an estimated 1 matches for "name_num_obj".
2020 Sep 27
1
strange crash with md5p8.diff + xxhash
...94
#4 0x000000000042fcee in parse_arguments (argc_p=argc_p at entry=0x7fffffffc0dc,
argv_p=argv_p at entry=0x7fffffffc0d0) at options.c:1897
#5 0x0000000000404de1 in main (argc=<optimized out>, argv=<optimized out>)
at main.c:1747
%%
Turns out the comment in rsync.h: (struct name_num_obj):
struct name_num_item list[8]; /* A big-enough len (we'll get a compile error if it is ever too small) */
isn't correct. I don't get a compile error. (gcc version 9.2.0 (Gentoo
9.2.0-r3 p4)) and there are more than 8 elements in
checksum.c: (valid_checksums)