#1488473 closed Bugs (fixed)

Handle large uuencoded files

Reported by: rasky Owned by:
Priority: 5 Milestone: 0.8-rc
Component: MIME parsing Version: 0.5.4
Severity: normal Keywords:
Cc: rasky@…

Description

Hi, Roundcube currently fails to decode large-ish uuencoded attachments because it tries to match the whole attachment using a single regexp and hits PHP regexp limits.

The attached patch (coming from #1485839) has been refreshed and works correctly at least on Roundcube 0.5.4 which I'm currently using, but hopefully also on newer versions.

Attachments (1)

roundcube_uuencode.patch (2.0 KB) - added by rasky 13 months ago.
patch to fix the bug

Download all attachments as: .zip

Change History (4)

Changed 13 months ago by rasky

patch to fix the bug

comment:1 Changed 13 months ago by rasky

  • Cc rasky@… added

comment:2 Changed 13 months ago by alec

  • Component changed from Addressbook to MIME parsing
  • Milestone changed from later to 0.8-rc

comment:3 Changed 13 months ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Merged in [4cebb76a]

Note: See TracTickets for help on using tickets.