Fix: __string() and tp_strcpy() should handle NULL pointers
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 May 2016 20:58:11 +0000 (16:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 May 2016 20:58:11 +0000 (16:58 -0400)
commit54f9f68d26153dad8813721793b7211c82216efb
treec4af9bf6fe2fbdcc3645722f5bd0b553bf99dd62
parent4f8399617e18698100e8ca4dc221ccd9e0f72e9f
Fix: __string() and tp_strcpy() should handle NULL pointers

The regmap instrumentation can send a NULL string (e.g. on ARM32).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-events.h
This page took 0.02497 seconds and 4 git commands to generate.