Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
groff
groff-1.18.1.1-destbufferoverflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File groff-1.18.1.1-destbufferoverflow.patch of Package groff
Index: src/devices/grops/ps.cc =================================================================== --- src/devices/grops/ps.cc.orig 2002-06-19 23:07:33.000000000 +0200 +++ src/devices/grops/ps.cc 2008-10-07 23:57:44.000000000 +0200 @@ -739,7 +739,7 @@ void ps_printer::encode_fonts() { 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