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
--- 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
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