CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 20:01:25
Modified files:
lib/libc/time : localtime.c
Log message:
In tzpath_ok(), also reject a path ending in "/..". This replaces
strstr() with a loop that matches "/../" in the name as well as
"/.." at the end. OK deraadt@
