Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
perl
perl-regexp-memleak.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-regexp-memleak.diff of Package perl
--- ./regcomp.c.orig 2010-07-28 16:01:35.739493000 +0000 +++ ./regcomp.c 2010-07-28 16:05:29.943527000 +0000 @@ -8250,6 +8250,9 @@ parseit: *STRING(ret)= (char)value; STR_LEN(ret)= 1; RExC_emit += STR_SZ(1); + if (listsv) { + SvREFCNT_dec(listsv); + } return ret; } /* optimize case-insensitive simple patterns (e.g. /[a-z]/i) */
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