Prevent infinite loops in device enumeration extensions #1483

This commit is contained in:
Andrew Case
2024-12-28 22:43:56 +00:00
parent 1bd031b9a8
commit bf7f1ca91e
@@ -424,6 +424,7 @@ class DEVICE_OBJECT(objects.StructType, pool.ExecutiveObject):
except exceptions.InvalidAddressException:
return
class DRIVER_OBJECT(objects.StructType, pool.ExecutiveObject):
"""A class for kernel driver objects."""