2011-03-18 07:38:50

by Mike Frysinger

[permalink] [raw]
Subject: Re: [PATCH 1/3] epoll: initialize slack for negative timeout values

On Sat, Jan 15, 2011 at 12:00, Shawn Bohrer wrote:
> When a negative timeout value is passed to epoll the 'slack' variable is
> currently unitialized:
>
> fs/eventpoll.c: In function ‘ep_poll’:
> fs/eventpoll.c:1119: warning: ‘slack’ may be used uninitialized in this function

still in 2.6.38 ? :/
-mike