Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lttng2.ust.core: reduce backtracking and clean up regex
Make sure the regex used here, which is vulnerable to polynomial runtime due to backtracking, cannot lead to denial of service. Change-Id: I1f89b65baba8f8bb6b66dc6d0dbdb062017ee995 Signed-off-by: Sehr Moosabhoy <sehr.moosabhoy@ericsson.com> Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/202168 Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org> Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
- Loading branch information