Bug 150277 - problems renaming tmpfile to outfile
Summary: problems renaming tmpfile to outfile
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dos2unix
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Ben Levenson
URL:
Whiteboard:
: 143359 169527 186490 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-04 07:22 UTC by Stephen Beahm
Modified: 2007-11-30 22:11 UTC (History)
3 users (show)

Fixed In Version: 3.1-24
Clone Of:
Environment:
Last Closed: 2005-04-13 14:38:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch for this problem (422 bytes, patch)
2005-09-29 12:50 UTC, Wojciech Milek
no flags Details | Diff

Description Stephen Beahm 2005-03-04 07:22:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20041020 Epiphany/1.4.4

Description of problem:
The problem is in 'dos2unix-3.1-tmppath.patch'. Memory for the null
terminator is not being allocated.

this code:
fname_len = strlen(dir) + strlen("/d2utmpXXXXXX");

should be:
fname_len = strlen(dir) + strlen("/d2utmpXXXXXX") + sizeof(char);

Version-Release number of selected component (if applicable):
dos2unix-3.1-21

How reproducible:
Sometimes

Steps to Reproduce:
1. dos2unix ./source/common/launch.h

    

Actual Results:  dos2unix: converting file ./source/common/launch.h to
UNIX format ...
dos2unix: problems renaming './source/common/d2utmptfS3dJ' to
'./source/common/launch.h'
          output file remains in './source/common/d2utmptfS3dJ'

Additional info:

Comment 1 Vladimir Kondratiev 2005-03-29 11:55:27 UTC
I observe the same problem;
fix described in original report do work for me. Looks like fix is correct.

Comment 2 Tim Waugh 2005-04-13 09:02:06 UTC
*** Bug 143359 has been marked as a duplicate of this bug. ***

Comment 3 Tim Waugh 2005-04-13 14:38:15 UTC
Fixed in 3.1-24.

Comment 4 Tim Waugh 2005-09-29 12:46:33 UTC
*** Bug 169527 has been marked as a duplicate of this bug. ***

Comment 5 Wojciech Milek 2005-09-29 12:50:45 UTC
Created attachment 119415 [details]
Patch for this problem

This patch fixes allocation problem

Comment 6 Tim Waugh 2006-03-23 23:10:24 UTC
*** Bug 186490 has been marked as a duplicate of this bug. ***


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