On 4/17/06, Marcus Meissner <[EMAIL PROTECTED]> wrote:
> I think its too much work for a single student as summer project.
Maybe so although the NTLM stuff last time around was quite large from
what I understand. I was thinking more along the lines of rather than
full Win32 on Win64, a proof of co
"Matthew Hayward" <[EMAIL PROTECTED]> wrote:
The same kind of error is reported for mlang.dll, but the situation is
worse
there since the length parameter is unsigned but still accepts -1 as a
magic
length indicator.
Can you give me the file this function is defined in, and an example
FP?
"Sergei Butakov" <[EMAIL PROTECTED]> wrote:
If set
# export LANG="POSIX"
# export LC_CTYPE="ru_RU.CP1251"
system_lcid (defined by LC_CTYPE) will be "ru_RU.CP1251";
user_lcid (defined by LANG) will be "en_US" - It's bug and it's visible in
programs for Windows.
That's correct IMO, LANG takes t
On Monday 17 April 2006 10:04, Dmitry Timoshkov wrote:
> I mean LANG="ru_RU.CP1251", LC_MESSAGES="en_US". Your intent is to avoid
> russian menus and messages, right?
Not fully.
The equivalent of
# export LANG="POSIX"
# export LC_CTYPE="ru_RU.CP1251"
# export LC_COLLATE="r
Dmitry Timoshkov wrote:
The same kind of error is reported for mlang.dll, but the situation is
worse
there since the length parameter is unsigned but still accepts -1 as a
magic
length indicator.
Can you give me the file this function is defined in, and an example
FP? Then I can see ab
On 4/17/06, Kovács András <[EMAIL PROTECTED]> wrote:
> Hi, I splitted the last patch. This is a hungarian translation patch of
> regedit, and wordpad. Best regards, Andras
>
Check out http://winehq.org/site/sending_patches. Only send one patch
per email.
--
James Hawkins
On Mon, Apr 17, 2006 at 02:04:02PM -0400, Steven Edwards wrote:
> Hi,
> I don't know how feasable this is but maybe we could have a google
> summer of code project to work on the x86-64 port. I have no idea if
> Winelib already works but maybe someone could look in to developing a
> thunking/emulat
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
> which causes snprintf() to write beyond the end of the buffer.
>
> I've attached a patch that fixes it for me, but it's probably better not
> to create such large buffe
Hi,
our conformance tests are (of course) also testing several things that
would be reported by the coverity checks.
Should we just mark these as FALSE or how should we deal we these
'errors'?
Cheers,
Paul.
On 4/17/06, Jesse Allen <[EMAIL PROTECTED]> wrote:
> On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> > Jesse Allen wrote:
> > > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> > >> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
> > >> which causes snprintf(
Hi folks,
after I implemented NTLM authentication using samba's ntlm_auth for last
year's SOC, I'm considering entering again this year.
Now what I wanted to as was the following. I've recently started to look
into the GENSEC library samba4 has to implement SSPI authentication and
signing/sealing
Jesse Allen wrote:
> On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
>> Jesse Allen wrote:
>>> On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
which causes snprintf() to write beyond the end of the buffer
Hi,
I don't know how feasable this is but maybe we could have a google
summer of code project to work on the x86-64 port. I have no idea if
Winelib already works but maybe someone could look in to developing a
thunking/emulation plugin that lets us run Win32 apps on Win64.
Thanks
--
Steven Edward
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> Changelog:
> - Add test for long float numbers in msvcrt snprintf test suite
>
> update: snprintf() doesn't print the exact same number because it's a
> double.
>
> together with my patch that is available in wine-devel wine passes the
> msvc
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> Jesse Allen wrote:
> > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> >> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
> >> which causes snprintf() to write beyond the end of the buffer.
> >>
> >> I've attac
On Fri, Apr 14, 2006 at 08:31:11AM -0500, Jeremy White wrote:
> > +"kfmclient
> > exec,gnome-open,kmail,mozilla-thunderbird,thunderbird,evolution";
>
> A Gnome user will be offended if you spool up the entire KDE environment
> just to launch a URL; a KDE user will be similarly offended by
Jesse Allen wrote:
> On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
>> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
>> which causes snprintf() to write beyond the end of the buffer.
>>
>> I've attached a patch that fixes it for me, but it's probably better not
>>
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
> which causes snprintf() to write beyond the end of the buffer.
>
> I've attached a patch that fixes it for me, but it's probably better not
> to create such large buffe
This is really cool! I have poked a bit at it to see and like how it is
going so far. It does not appear to actually get any photos from the
cameras yet or am i missing that code.
The ImageInfoGet and ImageMemXferGet are sort of the heart of that. At
least for the program I am working on supp
Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf()
which causes snprintf() to write beyond the end of the buffer.
I've attached a patch that fixes it for me, but it's probably better not
to create such large buffers on the stack.
Anyone with a better fix?
tom
diff --git a/dl
On Sunday 16 April 2006 19:04, Dmitry Timoshkov wrote:
> Probably you just need to set LC_MESSAGES to en_US.
Do you mean
# export LANG="POSIX"
# export LC_CTYPE="ru_RU.CP1251"
# export LC_COLLATE="ru_RU.CP1251"
# export LC_MESSAGES="en_US" ?
That's don't work.
Be
On Mon, 17 Apr 2006 06:56, H. Verbeet wrote:
> > Or do we have a solution for that?
>
> Ethereal? :-)
True. but how does that sit with respect to reverse engineering? Any potential
legal issues?
--
"Liberty means responsibility. That is why most men dread it." - George
Bernard Shaw
Am Montag, 17. April 2006 16:18 schrieb Adam Luchjenbroers:
> On Sat, 15 Apr 2006 20:03, Alexander N. Sørnes wrote:
> > This is a proposal for a Google Summer of Code Project.
> >
> > Improve Wine's DirectPlay implementation so that it can at least run a
> > simple demo app, and ideally end up enab
Hi,I think it trys to map the charector to the built-in ctable charector based on the locale.This function belongs to libwineunicode, ask Alexander for more info.Thanks and regards,Vijay
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote:
These circumstances being if it tries to load an invalid l
These circumstances being if it tries to load an invalid lua file, more
specifically a lua file which contains the invalid lua string (not
character!) "\342\200\260".
I don't know what this function does and there isn't a TRACE() in that
function, so could someone please review if the function is
Brian Vincent wrote:
On 4/16/06, Rich Gilson
<[EMAIL PROTECTED]>
wrote:
I
must say, the turn this conversation has taken is interesting. In
response
to what was written above, it does seem to me a curious precedent
Alexandre
has set. After all, wasn't Wine developed to allow people to ge
On 4/16/06, Rich Gilson <[EMAIL PROTECTED]> wrote:
I must say, the turn this conversation has taken is interesting. In responseto what was written above, it does seem to me a curious precedent Alexandrehas set. After all, wasn't Wine developed to allow people to get AWAY from
Windows? Yet, when
27 matches
Mail list logo