linux: elf_linkmap object extension: Use a more generic invalid address exception

This commit is contained in:
Gustavo Moreira
2025-01-17 09:53:13 +11:00
parent 583a06630f
commit 6dac7195dc
@@ -437,7 +437,7 @@ class elf_linkmap(objects.StructType):
def get_name(self):
try:
buf = self._context.layers.read(self.vol.layer_name, self.l_name, 256)
except exceptions.PagedInvalidAddressException:
except exceptions.InvalidAddressException:
# Protection against memory smear
vollog.log(
constants.LOGLEVEL_VVVV,