diff options
-rw-r--r-- | lib/debugfs/devfip.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/debugfs/devfip.c b/lib/debugfs/devfip.c index 5581b219f..fc14e707e 100644 --- a/lib/debugfs/devfip.c +++ b/lib/debugfs/devfip.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Arm Limited. All rights reserved. + * Copyright (c) 2019-2020, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -103,10 +103,6 @@ static int get_entry(chan_t *c, struct fip_entry *entry) return -1; } - if ((entry->size > LONG_MAX) || (entry->offset_address > LONG_MAX)) { - return -1; - } - if (entry->size == 0) { return 0; } |