You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try and turn a graph in any format other than vg Protobuf into JSON in the streaming mode, we just open the stream and try to read Graph objects. If this is actually not anything with VPKG framing but just a HashedGraph or PackedGraph or something, we don't look at the magic number and we fail to parse it as Protobuf and crash out.
If you try and turn a graph in any format other than vg Protobuf into JSON in the streaming mode, we just open the stream and try to read
Graph
objects. If this is actually not anything with VPKG framing but just a HashedGraph or PackedGraph or something, we don't look at the magic number and we fail to parse it as Protobuf and crash out.vg/src/subcommand/view_main.cpp
Lines 516 to 518 in c9e7e2b
We should assume the user will put square pegs into all round holes and notice and help them out.
The text was updated successfully, but these errors were encountered: