CAN-2004-1154 and 3.0.10
Jeremy Allison
jra at samba.org
Mon Dec 20 18:11:50 GMT 2004
On Mon, Dec 20, 2004 at 12:06:59PM -0600, Albert Chin wrote:
> The patch against 3.0.9 for CAN-2004-1154 replaced a number of calls:
> Realloc() -> SMB_REALLOC()
> malloc() -> SMB_MALLOC()
> strdup() -> SMB_STRDUP()
> ...
>
> However, calls to Realloc(), malloc(), and strdup() remain in 3.0.10.
> Is this a problem?
Can you point them out. I've been tracking them down in the SVN codebase
and tidying them up.
The remaining calls to Realloc(), malloc(), and strdup() aren't being
used in a standard "make all" build of 3.0.9 as it would have failed to
link when I was doing my testing if so :-).
I doubt any remaining are security issues - I just want to tidy this up.
Jeremy.
More information about the samba-technical
mailing list