rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

comment-in-comment not supportedFirst TLV is MtaConfigDelimiter, forcing PacketCable MTA file #58

Open p-alik opened 6 years ago

p-alik commented 6 years ago

Usually docsis breaks encoding if config file is malformed. According to our resent experience there may be at least one exception.

We got an issue by encoding MTA config file with nested/malformed comments. docsis encrypted our malformed foo.txt with only a complain: line 6: comment-in-comment not supportedFirst TLV is MtaConfigDelimiter, forcing PacketCable MTA file..

I'm not entirely sure if it's a bug or expected behavior and therefor report it you know. Below some information could help you to reproduce the issue. Tested with 6b23fd2