]>
sourceware.org Git - libabigail.git/commit
writer: Do not crash on ABI corpora that have no associated path
When write_context::record_corpus_as_emitted is invoked on an ABI
corpus that has no associated path, it crashes as that violates an
assert.
This patch loosens the assert, allowing ABI corpora with no associated
paths to be handled.
* src/abg-writer.cc (write_context::record_corpus_as_emitted):
Allow corpus without path.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This page took 0.028619 seconds and 5 git commands to generate.