[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21273: [PATCH] grep: avoid use of uninitialized variable
From: |
Norihiro Tanaka |
Subject: |
bug#21273: [PATCH] grep: avoid use of uninitialized variable |
Date: |
Sun, 16 Aug 2015 11:17:52 +0900 |
Uninitialized value of variable BACKREF is referred in EGexecute. It
does not cause wrong result, but regex may be used even when it is not
needed. It may lead grep to slowdown.
By the way, gawk initializes the variable already, so it does not have
to be fixed.
0001-grep-avoid-use-of-uninitialized-variable.patch
Description: Text document
- bug#21273: [PATCH] grep: avoid use of uninitialized variable,
Norihiro Tanaka <=