Fix: filter validator: refuse string and star glob input to bitwise operation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 17:58:27 +0000 (12:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 17:58:27 +0000 (12:58 -0500)
commit4ac5fbb7966e7a6ee4a0cb68c49713bc8c05206c
treec5147962df3065e03c3da5c26d221a9b197929a5
parentd644d1df290531d8c2be54d6cf4485cc5ebeefde
Fix: filter validator: refuse string and star glob input to bitwise operation

The validator refuses input ax=string,bx=unknown, but accepts input
ax=unknown,bx=string. Both inputs should be refused.

The same goes for the error glob input.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lttng-filter-validator.c
This page took 0.025572 seconds and 4 git commands to generate.