Revert "glapi: s/strcpy/strncpy/"
authorBrian Paul <brianp@vmware.com>
Mon, 3 May 2010 19:16:11 +0000 (13:16 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 3 May 2010 19:16:11 +0000 (13:16 -0600)
commit6405ecb399a52e4d3fe0c002bcd9b3485cbd1360
tree9be9431b2835e26f41f30a244cb3f2c1c25ff6ca
parentcc67bd87999814dbf8ecc3ef99b16dac66b4f320
Revert "glapi: s/strcpy/strncpy/"

This reverts commit 9446fd8f69564e09ffd0f28735a99c510f84bb62.

It doesn't make sense to replace strcpy(a,b) with strncpy(a,b,strlen(b)).
The preceeding code effectively does bounds checking, btw.
src/mesa/glapi/glapi_getproc.c