[asterisk-bugs] [Asterisk 0018969]: [patch] Dead code - ast_FD_SETSIZE

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Apr 1 06:57:23 CDT 2011


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18969 
====================================================================== 
Reported By:                oej
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18969
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
JIRA:                       SWP-3267 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-03-14 08:22 CDT
Last Modified:              2011-04-01 06:57 CDT
====================================================================== 
Summary:                    [patch] Dead code - ast_FD_SETSIZE
Description: 
There is a lot of code in main/asterisk.c that depends on
configure_ran_as_root that aims to set a variable (defined in poll.c)
called ast_FD_SETSIZE: In Asterisk 1.6.0 this variable was used in an
inline function in select.h - but it is now gone (ast_select()).

I can't find the ast_FD_SETSIZE being used anywhere else, so it seems like
we have a lot of dead meat hanging around that needs some cleaning up. This
could potentially affect configure, main/asterisk.c main/poll.c and
select.h (an external reference).
====================================================================== 

---------------------------------------------------------------------- 
 (0133271) svnbot (reporter) - 2011-04-01 05:59
 https://issues.asterisk.org/view.php?id=18969#c133271 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 312289

_U  trunk/
U   trunk/addons/cdr_mysql.c
U   trunk/include/asterisk/select.h
U   trunk/main/asterisk.c

------------------------------------------------------------------------
r312289 | tilghman | 2011-04-01 05:59:32 -0500 (Fri, 01 Apr 2011) | 32
lines

Merged revisions 312286,312288 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r312286 | tilghman | 2011-04-01 05:44:33 -0500 (Fri, 01 Apr 2011) | 2
lines
  
  Reload must react correctly against a possibly changed table, so
dropping the conditional reload flag.
................
  r312288 | tilghman | 2011-04-01 05:58:45 -0500 (Fri, 01 Apr 2011) | 21
lines
  
  Merged revisions 312287 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ................
    r312287 | tilghman | 2011-04-01 05:51:24 -0500 (Fri, 01 Apr 2011) | 14
lines
    
    Merged revisions 312285 via svnmerge from 
    https://origsvn.digium.com/svn/asterisk/branches/1.4
    
    ........
      r312285 | tilghman | 2011-04-01 05:36:42 -0500 (Fri, 01 Apr 2011) |
7 lines
      
      Found some leaking file descriptors while looking at ast_FD_SETSIZE
dead code.
      
      (issue https://issues.asterisk.org/view.php?id=18969)
       Reported by: oej
       Patches: 
             20110315__issue18969__14.diff.txt uploaded by tilghman
(license 14)
    ........
  ................
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=312289 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-01 05:59 svnbot         Checkin                                      
2011-04-01 05:59 svnbot         Note Added: 0133271                          
======================================================================




More information about the asterisk-bugs mailing list