Agostino Sarubbo <[email protected]> ha escrit: > extract.c:1190:30: runtime error: index 7333 out of bounds for type 'char > [512]'
It's a false positive. Tar uses block.buffer for referencing parts of a record. The tool you use isn't able to determine the actual dimension of the buffer and issues this message. Regards, Sergey
