[Patches] [ python-Patches-491351 ] Static strcpy to memcpy

noreply@sourceforge.net noreply@sourceforge.net
Mon, 10 Dec 2001 15:12:37 -0800


Patches item #491351, was opened at 2001-12-10 15:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=491351&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: David Jacobs (dbj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Static strcpy to memcpy

Initial Comment:
This patch replaces all occurrances in the codebase of 
calls to strcpy that use static strings with calls to 
memcpy (e.g., strcpy(a, "a string") gets replaced with 
memcpy(a, "a string", 9))

David Jacobs
jacobsl001@hawaii.rr.com  

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=491351&group_id=5470