libvirt/src/uml
Julio Faracco 125ac4c0a8 uml: umlConnectOpen: Check the driver pointer before accessing it
The pointer related to uml_driver needs to be checked before its usage
inside the function. Some attributes of the driver are being accessed
while the pointer is NULL considering the current logic.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
2018-10-01 09:13:44 +02:00
..
Makefile.inc.am make: split UML driver build rules into uml/Makefile.inc.am 2018-02-23 13:14:25 +00:00
uml_conf.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
uml_conf.h Fix coding style issues. 2016-09-26 18:07:58 -04:00
uml_driver.c uml: umlConnectOpen: Check the driver pointer before accessing it 2018-10-01 09:13:44 +02:00
uml_driver.h