Bug 186490

Summary: segmentation fault when using dos2unix
Product: [Fedora] Fedora Reporter: Daniel <danielc>
Component: dos2unixAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-23 23:10:21 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:
Attachments:
Description Flags
Patch missing a "+1" in : fname_len = strlen(dir) + strlen("/d2utmpXXXXXX") + 1; none

Description Daniel 2006-03-23 20:46:07 UTC
Description of problem:
When passing a particular length of path to dos2unix we get a segmentation 
fault.

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

How reproducible:
In certain cases...I reproduce it with a pathname of length=63 without the 
trailing '/'

Steps to Reproduce:
1.
2.
3.
  
Actual results:
dos2unix: converting 
file /home/danielc/1234567891123456789212345678931234567894123456789/bob.tmp 
to UNIX format ...
fname_len=76     (path + /d2utmpXXXXXX)
Segmentation fault

Expected results:
no segmentation fault :)

Additional info: see patch

Comment 1 Daniel 2006-03-23 20:46:07 UTC
Created attachment 126572 [details]
Patch missing a "+1" in :   fname_len = strlen(dir) + strlen("/d2utmpXXXXXX") + 1;

Comment 2 Miloslav Trmač 2006-03-23 23:05:51 UTC
*** Bug 186491 has been marked as a duplicate of this bug. ***

Comment 3 Tim Waugh 2006-03-23 23:10:21 UTC

*** This bug has been marked as a duplicate of 150277 ***