Re: ws2_32: Dont tell users to run Wine as root when sockets not creatable (try 2)

2007-07-01 Thread Kai Blin
On Sunday 01 July 2007 23:43:19 Ben Hodgetts (Enverex) wrote: > Change the wording so that users aren't told to run Wine as root any > more as that's unsupported and dangerous. Instead specify that they need > special permissions to be able to create the socket (sockets can be > created without the

Re: [PATCH] check for overflow of the textures areas.

2007-07-01 Thread H. Verbeet
Native D3D actually seems to allow this, and just corrupts the memory. If we're going to do these checks, we should simply return WINED3D_OK, and possibly print a TRACE or WARN. (See eg. IWineD3DDeviceImpl_SetTextureStageState).

ws2_32: Dont tell users to run Wine as root when sockets not creatable (try 2)

2007-07-01 Thread Ben Hodgetts (Enverex)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Change the wording so that users aren't told to run Wine as root any more as that's unsupported and dangerous. Instead specify that they need special permissions to be able to create the socket (sockets can be created without the need to be root specif

wine 0.9.39: Calysto v1.4 NULL dereference reports

2007-07-01 Thread Domagoj Babic
Hello, I finally found time to go through Calysto reports for wine. Here are the warnings related to applications. For libraries, since Calysto doesn't know the calling context, any parameter ptr dereference without checking is considered a bug. We can go over those warnings later if anyone is re

Re: wine 0.9.39: Calysto v1.4 NULL dereference reports

2007-07-01 Thread Dan Kegel
Those seem to all be build-time tools, where problems are not very critical. On 7/1/07, Domagoj Babic <[EMAIL PROTECTED]> wrote: Hello, I finally found time to go through Calysto reports for wine. Here are the warnings related to applications. For libraries, since Calysto doesn't know the calli

Re: wine 0.9.39: Calysto v1.4 NULL dereference reports

2007-07-01 Thread Domagoj Babic
Hi, On 7/1/07, Dan Kegel <[EMAIL PROTECTED]> wrote: Those seem to all be build-time tools, where problems are not very critical. So, you are not interested in fixing them? Which binaries should I focus on? Regards, -- Domagoj Babic http://www.domagoj.info/ http://www.c

Re: wine 0.9.39: Calysto v1.4 NULL dereference reports

2007-07-01 Thread Dan Kegel
On 7/1/07, Domagoj Babic <[EMAIL PROTECTED]> wrote: > Those seem to all be build-time tools, where problems are not very critical. So, you are not interested in fixing them? Probably not. Which binaries should I focus on? wineserver, i.e. server/*.c, would be the most important one, I thin

Re: WineHQ screenshots link

2007-07-01 Thread Jeremy Newman
Alexander Nicolaysen Sørnes wrote: Currently the Screenshots link on the WineHQ site points to a page with 9 screenshots and some links, while there are 3992 screenshots in the AppDB. Would anyone object to me changing the link to point to the AppDB instead? Alexander N. Sørnes No, feel

Re: ws2_32: Dont tell users to run Wine as root when sockets not creatable

2007-07-01 Thread Kai Blin
On Saturday 30 June 2007 01:48:06 Ben Hodgetts (Enverex) wrote: > diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c > index 90fa9b0..5984790 100644 > --- a/dlls/ws2_32/socket.c > +++ b/dlls/ws2_32/socket.c > @@ -3767,9 +3767,11 @@ SOCKET WINAPI WSASocketW(int af, int type, int > protocol, >

WineHQ screenshots link

2007-07-01 Thread Alexander Nicolaysen Sørnes
Currently the Screenshots link on the WineHQ site points to a page with 9 screenshots and some links, while there are 3992 screenshots in the AppDB. Would anyone object to me changing the link to point to the AppDB instead? Alexander N. Sørnes

Re: mshtml: Implement HTMLDocument_QueryInterface for IHTMLDOMNode, IHTMLElement and IHTMLElement2.

2007-07-01 Thread Jacek Caban
Robert Shearman wrote: > > I suspect that you'll get different results when you do the same test > on a loaded HTML document, even though this violates COM rules. > No, load state doesn't change anything. I've attached a test. Jacek diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c i

Re: illegal characters in file names

2007-07-01 Thread David Laight
On Sun, Jul 01, 2007 at 02:57:58AM +0200, J?r?me Gardou wrote: > > All I know is that wine shouldn't use * and ? , since it is used in wildcards > on both Unix and Windows ! But they are not illegal in unix filenames. Only 2 byte values cannot be used, 0 and '/'. David -- David Laight