diff options
-rw-r--r-- | src/mdevd/PARSING.txt | 1 | ||||
-rw-r--r-- | src/mdevd/mdevd.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mdevd/PARSING.txt b/src/mdevd/PARSING.txt index 500a8a7..e8715dc 100644 --- a/src/mdevd/PARSING.txt +++ b/src/mdevd/PARSING.txt @@ -1,3 +1,4 @@ + /etc/mdev.conf parsing First pass: just count envmatches and scriptelems, to allocate arrays in the stack. diff --git a/src/mdevd/mdevd.c b/src/mdevd/mdevd.c index 296f290..88190ed 100644 --- a/src/mdevd/mdevd.c +++ b/src/mdevd/mdevd.c @@ -264,7 +264,7 @@ static inline void script_secondpass (char *s, scriptelem *script, struct envmat size_t mark = 0 ; size_t col0 = 0 ; size_t pos = 0 ; - unsigned int line = 0 ; + unsigned int line = 1 ; uint32_t state = 0 ; unsigned short i = 0 ; /* current scriptelem index */ unsigned short j = 0 ; /* current envmatch index */ |