Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
groff
groff-1.20.1-destbufferoverflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File groff-1.20.1-destbufferoverflow.patch of Package groff
Index: src/devices/grops/ps.cpp =================================================================== --- src/devices/grops/ps.cpp.orig 2009-01-09 15:25:52.000000000 +0100 +++ src/devices/grops/ps.cpp 2010-08-23 15:29:15.848156800 +0200 @@ -833,7 +833,7 @@ { if (next_encoding_index == 0) return; - char *done_encoding = new char[next_encoding_index]; + char *done_encoding = new char[next_encoding_index +1]; for (int i = 0; i < next_encoding_index; i++) done_encoding[i] = 0; for (font_pointer_list *f = font_list; f; f = f->next) {
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