Secure Programming
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: Are bad developer libraries the problem with M$ software?
Nov 22 2002 03:35PM
Tim van Erven (tripudium chello nl)
On Tue, Nov 19, 2002 at 10:31:32AM +0100, Steffen Dettmer <steffen (at) dett (dot) de [email concealed]> wrote:
> static
> realloc_and_copy(c_string str, size_t new_length);
...
> realloc_and_copy(dest, length + 1);
These are confusing semantics. Are your passing the new allocated_memory
or the new stringlength?
--
Tim v...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
> static
> realloc_and_copy(c_string str, size_t new_length);
...
> realloc_and_copy(dest, length + 1);
These are confusing semantics. Are your passing the new allocated_memory
or the new stringlength?
--
Tim v...
[ more ]