Update the comment why range checking is not needed

Should go in 2.2
This commit is contained in:
Andrey A. Chernov 1997-02-05 19:22:04 +00:00
parent d81a091605
commit e56a1af623

View file

@ -509,7 +509,7 @@ __time_load_locale(const char *name)
if (!_PathLocale)
goto no_locale;
/* Range checking already done at upper level caller */
/* Range checking not needed, name has fixed size */
strcpy(filename, _PathLocale);
strcat(filename, "/");
strcat(filename, name);