CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/30 22:19:16
Modified files:
usr.bin/ssh : match.c
Log message:
Replace the old recursive match_pattern() with an implementation
that uses a NFA for matching. This avoids the exponential worst-
case behaviour for the old implementation.
ok markus@
