[BusyBox 0000876]: inet_common.c: nonsensical use of h_errno

bugs at busybox.net bugs at busybox.net
Fri May 26 01:57:04 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=876 
====================================================================== 
Reported By:                rfelker
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   876
Category:                   Networking Support
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-18-2006 19:38 PDT
Last Modified:              05-25-2006 18:57 PDT
====================================================================== 
Summary:                    inet_common.c: nonsensical use of h_errno
Description: 
on inet_common.c line 65, h_errno is copied into errno. this makes no sense
because the error codes for these two variables have no correspondence.
====================================================================== 

---------------------------------------------------------------------- 
 vapier - 05-25-06 18:57  
---------------------------------------------------------------------- 
just removed the assignment since things dont appear to check errno anyways
when that function fails 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-18-06 19:38  rfelker        New Issue                                    
05-18-06 19:38  rfelker        Status                   new => assigned     
05-18-06 19:38  rfelker        Assigned To               => BusyBox         
05-25-06 18:57  vapier         Note Added: 0001383                          
05-25-06 18:57  vapier         Status                   assigned => closed  
05-25-06 18:57  vapier         Resolution               open => fixed       
======================================================================




More information about the busybox-cvs mailing list