CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/08 08:53:27
Modified files:
lib/libc/gen : glob.c
Log message:
Fix exponential CPU use with repeated '*' operators by changing '*'
handling to be interative instead of recursive.
Fix by Yves Orton, ported to OpenBSD glob.c by Ray Lai. OK tb@
