> > memmove(&arr->base[i], &arr->base[i + 1],
> (arr->size - i - 1) *
> > sizeof(arr->base[0]));
> > arr->size--;
> > }
>
> If the element size could be greater than one byte,
> the multiplication
> here should be checked for overflow (actually, this
> is more necessary
> when the array is crea
gt;
> > Need Mail bonding?
> > Go to the Yahoo! Mail Q&A for great tips from
> Yahoo! Answers users.>From
> > 8686a200bd1f1cbd934d761013c487a9ddc195c9 Mon Sep
> 17
> > 00:00:00 2001
> > From: Joris Huizer
wers users.>From
8686a200bd1f1cbd934d761013c487a9ddc195c9 Mon Sep 17
00:00:00 2001
From: Joris Huizer
Date: Wed, 7 Feb 2007 15:19:25 +0100
Subject: [PATCH] winegcc sign-compare fixes
To: wine-patches
---
tools/winegcc/utils.c | 13 +++--
tools/winegcc/winegcc.c | 11 ++-
2 files changed, 1
Joris Huizer <[EMAIL PROTECTED]> wrote: I believe this one causes problems --
please do not commit yet
Sorry for the spamming - the patch should be alright
-
Everyone is raving about the all-new Yahoo! Mail beta.
p 17 00:00:00 2001
From: Joris Huizer
Date: Wed, 7 Feb 2007 15:19:25 +0100
Subject: [PATCH] winegcc sign-compare fixes
To: wine-patches
---
tools/winegcc/utils.c | 13 +++--
tools/winegcc/winegcc.c | 11 ++-
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/