diff options
Diffstat (limited to 'bash/bash-2.05b/report-155436.patch')
-rw-r--r-- | bash/bash-2.05b/report-155436.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bash/bash-2.05b/report-155436.patch b/bash/bash-2.05b/report-155436.patch index e69de29bb2..9fe34928c7 100644 --- a/bash/bash-2.05b/report-155436.patch +++ b/bash/bash-2.05b/report-155436.patch @@ -0,0 +1,11 @@ +--- include/shmbutil.h.orig 2002-08-05 06:26:13.000000000 +0900 ++++ include/shmbutil.h 2002-08-05 06:19:37.000000000 +0900 +@@ -120,6 +120,8 @@ + state = state_bak; \ + (_i)++; \ + } \ ++ else if (mblength == 0) \ ++ (_i)++; \ + else \ + (_i) += mblength; \ + } \ |