Bug 8352 - date -f : Segmentation fault
Summary: date -f : Segmentation fault
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: sh-utils
Version: 6.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: bero
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-10 23:23 UTC by Lew Riley
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-03 21:42:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Lew Riley 2000-01-10 23:23:56 UTC
Using the -f switch with the date command, the date strings in the file are
processed properly, and then I get a segmentation fault. For example:

$ date > t.t
$ date >> t.t
$ date -f t.t
Mon Jan 10 18:29:25 EST 2000
Mon Jan 10 18:29:29 EST 2000
Segmentation fault (core dumped)
$

This was not a problem on RedHat 5.2. Running strace, it looks like a final
read runs off the end of the file causing the fault.

Comment 1 Elliot Lee 2000-02-03 21:42:59 UTC
Works with the 'date' on my system, I'll assume it has been fixed recently.


Note You need to log in before you can comment on or make changes to this bug.