Ticket #724 (closed defect: fixed)
[with patch] graph6 parsing does not throw an error when the string is the wrong size.
| Reported by: | jason | Owned by: | rlm |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.10 |
| Component: | combinatorics | Keywords: | graph6, graph |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Making a graph from a graph6 string should check to make sure the string is the right size and throw an error if the string is too long or too short. I believe now it just silently hands back a graph that is not correct.
This is bad, especially when your string has an escaped character and you didn't realize it :).
Attachments
Change History
comment:2 Changed 6 years ago by rlm
- Owner changed from was to rlm
- Status changed from new to assigned
- Summary changed from graph6 parsing does not throw an error when the string is the wrong size. to [with patch] graph6 parsing does not throw an error when the string is the wrong size.
Note: See
TracTickets for help on using
tickets.

