Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
cuneiform
cuneiform-1.1.0-fix_buffer_overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cuneiform-1.1.0-fix_buffer_overflow.patch of Package cuneiform
Description: Fix buffer overflow during crash when using user supplied image. Author: SÅ‚awomir Nizio Forwarded: no Last-Update: 2017-04-05 --- a/cuneiform_src/Kern/rstr/src/acc_tabs.c +++ b/cuneiform_src/Kern/rstr/src/acc_tabs.c @@ -1233,7 +1233,7 @@ if(is_cen_language(language)) strcpy(decode_ASCII_to_[(uchar)liga_i ], "_i_"); strcpy(decode_ASCII_to_[(uchar)liga_exm ], "_!_"); - strcpy(decode_ASCII_to_[(uchar)liga_inv_exm], "_!!_"); + strcpy(decode_ASCII_to_[(uchar)liga_inv_exm], "_!_"); strcpy(decode_ASCII_to_[(uchar)right_quocket], "\xbb"); strcpy(decode_ASCII_to_[(uchar)liga_CC ], "\xa9"); strcpy(decode_ASCII_to_[(uchar)liga_CR ], "\xae"); --- a/cuneiform_src/Kern/rstr/src/match_wd.c +++ b/cuneiform_src/Kern/rstr/src/match_wd.c @@ -484,7 +484,7 @@ str_raster->w=(int32_t)(right-left); str_raster->h=(int32_t)(bottom-top); - if (str_raster->w > LINE_WIDTH || str_raster->h > LINE_HEIGHT) + if ((str_raster->w+7) > LINE_WIDTH || str_raster->h > LINE_HEIGHT) return FALSE; memset(&str_raster->pict,0,(str_raster->w+7)/8*str_raster->h);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor