[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Next rev of Windows service support (Feb 27)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-02-28 16:43:04 CET

Ivan Zhakov wrote:
>> +
>> +static HANDLE winservice_accept_socket_handle;
>>
> Uninitialized variable.
>
Actually, it isn't. In C, global data is guaranteed to be
zero-initialized (unless an explicit initializer is provided, of course).

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 28 18:05:54 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.