rjbs / Email-MIME-ContentType

perl library for parsing content-type headers
5 stars 3 forks source link

Fix: Use of uninitialized value in pattern match (m//) at lib/Email/MIME/ContentType.pm line 204. #9

Closed pali closed 4 years ago

pali commented 7 years ago

It happens on following input:

use Email::MIME::ContentType; parse_content_type('text/plain; param*=value/');

pali commented 4 years ago

@rjbs: ping can you merge this PR?

rjbs commented 4 years ago

Thanks, applied.