MFC 279951:
Simplify string mangling in ifmaybeload().
- Use strlcpy() instead of strcpy().
- Use strlcat() instead of a strlcpy() with a magic number subtracted from the length.
- Replace strncmp(..., strlen(foo) + 1) with strcmp(...).
MFC 279951: Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |