lkml.org 
[lkml]   [1999]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] FD array expansion problem
Date
From
> I did the backport to 2.2.13:
>
> if (nr >= files->max_fds) {
> expand = 1;
> - if ((err = expand_fd_array(files, nr)))
> + if ((err = expand_fd_array(files, nr + 1)))
> goto out;

I think this is not the cleanest fix. The problem is fixed more cleanly in
expand_fdset by making it nr >= NR_OPEN and the loop termination use

nfds <= nr

Its then much more obvious what is going on

Alan


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.102 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site