mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update the comment why range checking is not needed
Should go in 2.2
This commit is contained in:
parent
d81a091605
commit
e56a1af623
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue