Bug 27317

Summary: date with -f (file) option core dumps
Product: [Retired] Red Hat Linux Reporter: Christian Lupien <christian.lupien>
Component: sh-utilsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-13 02:09:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Lupien 2001-02-13 02:09:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.0.30 i586)


When using the date program with the -f option to convert many dates
contained in a file it core dumps at  the end of the file. If I use both -u
and -f it does not. 
The problem seem to be in "free (initial_TZ);" of batch_convert because
initial_TZ is 
not set if  universal_time is not true.

Reproducible: Always
Steps to Reproduce:
1. date >date.test
2. date -f date.test	 +%s

Actual Results:  The ouput is the number of sesonds followed by
"Segmentation fault (core dumped)"

Expected Results:  It should  not core dump. "date -u -f date.test +%s" 
works ok but requires the timezone to be specified.

This is on date version: date (GNU sh-utils) 2.0
From RedHat 6.2: rpm=sh-utils-2.0-5
Redhat 7.0 is also based on the same gnu date 2.0 version  so it could also
be affected.

Comment 1 Bernhard Rosenkraenzer 2001-03-06 14:49:58 UTC
Fixed in the current version...

date >date.test
date -f data.test
Tue Mar 6 15:48:26 CET 2001
date -f date.test +%s
983890106