From 10bc8def15b55415aa2776b675144ebc6ec9b4a8 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 18 Jan 2022 11:33:25 +0000 Subject: gpdl: Fix overrun while looking for UEL in various gpdl interpreters. Spotted by valgrinding the file/command line from bug 704692. Sadly, this doesn't fix the actual problem though. --- gpdl/psitop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpdl/psitop.c') diff --git a/gpdl/psitop.c b/gpdl/psitop.c index 367599abc..590f12627 100644 --- a/gpdl/psitop.c +++ b/gpdl/psitop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Artifex Software, Inc. +/* Copyright (C) 2001-2022 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or -- cgit v1.2.1