Fix: getenv can return null
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Apr 2019 23:09:24 +0000 (19:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 1 May 2019 14:36:58 +0000 (10:36 -0400)
commit2b8ce248da4695b1efaea2a36c5bc828ec8bea64
tree83e64da4158fe6c5c685880f8d54936635feffc7
parent572e8cfd155e2ce614613532629f6cf48bd6cec6
Fix: getenv can return null

On system with LANG not defined getenv will return null.

An example of such system is the lava runner used by ci.lttng.org.

https://ci.lttng.org/view/System%20Tests/

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/time.c
This page took 0.026362 seconds and 4 git commands to generate.