At 21:18 10.02.2003, you wrote:
moriyoshi               Mon Feb 10 15:18:08 2003 EDT

  Modified files:
    /php4/main  SAPI.c
  Log:
  Fixed possible snprintf problem
  # besides snprintf returns int value, not uint / size_t...


Why not use spprintf before you make it even more complex?
Something like this:

if(!strstr(lower_temp,"realm")) {
        efree(result);
        spprintf(&result, 0, "%s realm=\"%ld\"",ptr, myuid);
}



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to