GNOME Bugzilla – Bug 137183
Crash when opening tar-file when using 24 hour time format
Last modified: 2004-12-22 21:47:04 UTC
On line 214 of fr-command-tar.c date_idx = get_index_from_pattern (line, "%n%n%n%n-%n%n-%n%n %n%n:%n%n:%n%n"); The specified pattern doesn't match when 24 hour time format is used on the system. Because the return value isn't checked the program crashes later on line 236 because fields[0] is a null pointer. Regards, Reinhard
can you attach the output of "tar -ztvf foo.tgz" when in 24h format?
Created attachment 25673 [details] tar -tvzf output with 24 hour time format
fixed now.