Eric Blake <ebl...@redhat.com> writes: > Our generated list visitors have the same problem as has been > mentioned elsewhere (see commit 2f52e20): they allocate data > even on failure. An upcoming patch will correct things to > provide saner guarantees, but first we need to expose the > behavior in the testsuite to ensure we aren't introducing any > memory usage bugs. > > Signed-off-by: Eric Blake <ebl...@redhat.com>
This commit documents the problem and adds test coverage. Commit 2f52e20 only documented. Do we have test coverage? Patch looks good.