View | Details | Raw Unified | Return to bug 120743
Collapse All | Expand All

(-)flawfinder/files/patch-flawfinder (+11 lines)
Line 0 Link Here
1
--- flawfinder.orig	2008-02-16 16:19:59.000000000 -0500
2
+++ flawfinder	2008-02-16 16:21:43.000000000 -0500
3
@@ -1299,6 +1299,8 @@
4
     m = p_whitespace.match(text,i)
5
     if m:
6
       i = m.end(0)
7
+      if i == len(text):
8
+      	continue
9
 
10
     c = text[i]
11
     if linebegin:  # If at beginning of line, see if #include is there.

Return to bug 120743