Commit af58de4
committed
wordsplit: use endstr when checking for quoted chars
This is more correct since we may be passed a sub-string.
It is not a security issue since we are always working
with a NUL-terminated C string.
Reported by Reaxx.1 parent a30f11c commit af58de4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments