Re: AW: Already Error while installing MS Office 2003

2006-09-16 Thread Colin Wright
(Reformatted to bottom-posting) Roland Kaeser wrote: > >- Ursprüngliche Mail > >Von: Jim White <[EMAIL PROTECTED]> > >An: Roland Kaeser <[EMAIL PROTECTED]> > >CC: wine-devel@winehq.com > >Gesendet: Freitag, den 15. September 2006, 19:41:45 Uhr > >Betreff: Re: Already Error while i

Re: Coverity doing scans of Wine codebase!

2006-04-09 Thread Colin Wright
James Hawkins wrote: On 4/8/06, Colin Wright <[EMAIL PROTECTED]> wrote: So although it would always return 0 it could set a bogus error. In the -1 example above we have same-sized buffers so the error is bogus. Bug. In the -2 example above we haven't even checked the strings so t

Re: Coverity doing scans of Wine codebase!

2006-04-09 Thread Colin Wright
James Hawkins wrote: > On 4/7/06, Colin Wright <[EMAIL PROTECTED]> wrote: >> >> #include >> int main(void) >> { >>short int i; >>unsigned short int j; >>j = 65534; >>i = j + 1; >>printf("The result is %d\n&

Re: Coverity doing scans of Wine codebase!

2006-04-08 Thread Colin Wright
James Hawkins wrote: On 4/7/06, Robert Shearman <[EMAIL PROTECTED]> wrote: strlen returns a value of type size_t, which is an unsigned value, so this is always going to be positive. But strlenW returns an int. I think this is the thing that Coverity is picking up on. strlenW from include

Re: make errors in $WINE/dlls/wininet/netconnection.c

2005-12-04 Thread Colin Wright
Colin Wright wrote: > A load of pointless stuff I didn't have the openssl development headers and as a previous post mentioned Robert Shearman made a change that requires them. Colin Wright [EMAIL PROTECTED]

make errors in $WINE/dlls/wininet/netconnection.c

2005-12-04 Thread Colin Wright
me' defined but not used Although I've probably wasting my time and there's simply a missing header file or netconnection.c shouldn't even be there I've found that the constants EINTR, EBADF, EPERM, EACCES, EFAULT, EINVAL, EMFILE, EPIPE, ENAMETOOLONG and ENOTEMPTY are all defined in $WINE/include/msvcrt/errno.h and the rest only have WSA\1 constants in $WINE/include/winsock.h. -- Colin Wright [EMAIL PROTECTED]

Re: Is bugzilla worth keeping?

2004-07-24 Thread Colin Wright
>From the standpoint of an near-ordinary* user (watching Boog 1882), yes. From the standpoint of developers I'd have thought so too. After all, if you don't have a bug database, how do you know what bugs have been identified? Bugzilla is (or could be) a valuable place. It acts as a central dat