Skip to content

Commit 0684775

Browse files
committed
vpr: Update generated rr graph serialization to fix potential FILE* leak
Should fix Coverity 208510
1 parent efddfbf commit 0684775

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

libs/libvtrcapnproto/gen/rr_graph_uxsdcxx.capnp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# https://github.com/duck2/uxsdcxx
33
# Modify only if your build process doesn't involve regenerating this file.
44
#
5-
# Cmdline: uxsdcxx/uxsdcap.py rr_graph.xsd
6-
# Input file: rr_graph.xsd
5+
# Cmdline: uxsdcxx/uxsdcap.py /home/kmurray/trees/vtr/vpr/src/route/rr_graph.xsd
6+
# Input file: /home/kmurray/trees/vtr/vpr/src/route/rr_graph.xsd
77
# md5sum of input file: 40e83d2ea6556761d4e29f21324b1871
88

9-
@0xc18a82ddfa10808b;
9+
@0xb803100e76d3342d;
1010
using Cxx = import "/capnp/c++.capnp";
1111
$Cxx.namespace("ucap");
1212

vpr/src/route/gen/rr_graph_uxsdcxx.h

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpr/src/route/gen/rr_graph_uxsdcxx_capnp.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpr/src/route/gen/rr_graph_uxsdcxx_interface.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)