diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-22 13:05:27 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-22 22:36:37 +0200 |
commit | 25074c40f0982bf44c4667a6b29fb7ed1d392d2e (patch) | |
tree | fa28c8f5daaba699ac4fa1446228ab6ff5631afd /kpdf/xpdf/splash/SplashErrorCodes.h | |
parent | be5f9d8e2c5cece0c4cc011ada571da4ea8ce2e1 (diff) | |
download | tdegraphics-25074c40f0982bf44c4667a6b29fb7ed1d392d2e.tar.gz tdegraphics-25074c40f0982bf44c4667a6b29fb7ed1d392d2e.zip |
Fix a potential resize bug and apply xpdf 3.02pl4 and 3.02pl5 security patches.
This partially resolves bug report 1175.
(cherry picked from commit 561d1d6802dd50ddc9f441442cc2c351dd2759d6)
Diffstat (limited to 'kpdf/xpdf/splash/SplashErrorCodes.h')
-rw-r--r-- | kpdf/xpdf/splash/SplashErrorCodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kpdf/xpdf/splash/SplashErrorCodes.h b/kpdf/xpdf/splash/SplashErrorCodes.h index e7f1f0b5..711271ca 100644 --- a/kpdf/xpdf/splash/SplashErrorCodes.h +++ b/kpdf/xpdf/splash/SplashErrorCodes.h @@ -31,4 +31,6 @@ #define splashErrZeroImage 9 // image of 0x0 +#define splashErrBadArg 9 // bad argument + #endif |