+1
−1
Loading
Fix error reported by Coverity where realpath can return NULL, resulting in a segfault in strcmp(). This should never happen given that we're working through regularly structured sysfs paths, but trivial enough to easily avoid. Fixes: 238e9172 ("vfio/ccw/pci: Allow devices to opt-in for ballooning") Signed-off-by:Alex Williamson <alex.williamson@redhat.com>