Package: libencode-perl / 2.44-1+deb7u1

Metadata

Package Version Patches format
libencode-perl 2.44-1+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling.patch | (download)

lib/Encode/Supported.pod | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 spelling fixes
memory_leak.patch | (download)

Encode.xs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix memory leak:
 The decode and encode methods allocated a SV for the result, this SV is
 passed to the process_utf8() function which may croak() if the CHECK flag
 has FB_CROAK set.