Re: using safe string functions in wine

2005-02-25 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > What is your opinion on whether we should implement and use either the > user-mode or kernel-mode (or both) string safe functions? Using these > functions instead of the standard c string functions would promote > consistency and security in the wine co

Re: using safe string functions in wine

2005-02-24 Thread Steven Edwards
--- James Hawkins <[EMAIL PROTECTED]> wrote: > What is your opinion on whether we should implement and use either the > user-mode or kernel-mode (or both) string safe functions? Using these > functions instead of the standard c string functions would promote > consistency and security in the wine

using safe string functions in wine

2005-02-23 Thread James Hawkins
Hey, While perusing msdn recently, I stumbled across string safe functions. These functions were created to replace the standard c string handling routines. The following are some design criteria of string safe functions (msdn): * Always NULL-terminate the string. * Always take a destination bu