Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DOCSIS-ConfigFile CPAN distribution.

Report information
The Basics
Id: 87812
Status: resolved
Priority: 0/
Queue: DOCSIS-ConfigFile

People
Owner: Nobody in particular
Requestors: dragic.dusan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [Patch] Fix handling of 0x0A value in vendorspec()
Date: Tue, 13 Aug 2013 13:53:28 +0200
To: bug-docsis-configfile <bug-docsis-configfile [...] rt.cpan.org>
From: Dušan Dragić <dragic.dusan [...] gmail.com>
If the VendorSpecific TLV contains 0x0a, the substitutions in vendorspec will treat it as an ascii newline (LF) and will not match. Fix by adding the 's' modifier to s/// in vendorspec, so the regular expression can match 0x0a.

Message body is not shown because sender requested not to inline it.

I've seem to forgot to close this ticket: This has been fixed since 0.64. Thank you for your contribution.