- out of bounds read when examining a registered plugin whose name is ≥63
characters
- do not `fclose(NULL)` in gvmap
+- Assertion error when using `dot` in `ortho.c` in `convertSPtoRoute` in
+ graphviz 2.47.2 #2082. This was a regression introduced in 2.47.2.
## [2.47.2] - 2021-05-26
if ((t->u0 <= 0 && t->u1 <= 0) || (t->d0 <= 0 && t->d1 <= 0)) /* triangle */
return _greater_than(&seg[rseg].v1, &seg[rseg].v0);
- return true;
+ return false;
}
static double
assert "subgraph" in stderr.lower(), "subgraph not mentioned in error message"
-@pytest.mark.xfail()
def test_2082():
"""
Check a bug in inside_polygon has not been reintroduced.