filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 11 Mar 2017 13:38:49 +0000 (08:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 11 Mar 2017 13:40:39 +0000 (08:40 -0500)
commita63d0dc8be804cab34db94489e15dd99fd1f05a2
tree34b6df313d537ae10ffe8f2d73d48fb0ee018b61
parentf6753f2d6645625ff94d44490aa059960093ea65
filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL

The backing type is a size_t, so use SIZE_MAX to represent infinity.

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