CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/03 10:52:24
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 embedded ".." path elements as
well as leading and trailing ones. OK tb@
