Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
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 2009, 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 ]