From d5a13afe9265463a497db40d8c66a8a736a86bc2 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Mon, 19 Jun 2017 16:11:19 -0400 Subject: Fix signedness of height in BMP decoder Change-Id: I8a17739538a9ecd63d713007550177579c0b72f0 Reviewed-on: https://pdfium-review.googlesource.com/6731 Commit-Queue: dsinclair Reviewed-by: dsinclair --- core/fxcodec/lbmp/fx_bmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/fxcodec/lbmp/fx_bmp.h') diff --git a/core/fxcodec/lbmp/fx_bmp.h b/core/fxcodec/lbmp/fx_bmp.h index bf5e94fc23..e30402070b 100644 --- a/core/fxcodec/lbmp/fx_bmp.h +++ b/core/fxcodec/lbmp/fx_bmp.h @@ -95,6 +95,7 @@ class BMPDecompressor { size_t out_row_bytes; uint16_t bitCounts; uint32_t color_used; + bool imgTB_flag; int32_t pal_num; int32_t pal_type; uint32_t* pal_ptr; -- cgit v1.2.3