mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 19:50:40 +01:00
Now, length can have a negative value -n to denote that the substring should be build between startpos and the character -n chars from the end. This is a shortcut for stripping charactes on "both ends" of the string. Also, some hardening against invalid startpos and length has been added.
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/func-substring-invld-startpos.sh
|