You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an AI slop report about usage of strcpy in godror (embedded ODPI-C).
It's 99% moot, but one place strcpy is used to copy user-supplied string (encoding).
The attached patch changes the use of strcpy to strncpy.
I've got an AI slop report about usage of strcpy in godror (embedded ODPI-C).
It's 99% moot, but one place strcpy is used to copy user-supplied string (encoding).
The attached patch changes the use of strcpy to strncpy.
Use as you wish.
strcpy.patch