projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c4b1c
)
[PATCH] fixed #1982
author
jeanlf
<jeanlf@gpac.io>
Tue, 14 Dec 2021 09:00:33 +0000
(10:00 +0100)
committer
Moritz Mühlenhoff
<jmm@debian.org>
Mon, 19 Jun 2023 21:46:06 +0000
(22:46 +0100)
Gbp-Pq: Name CVE-2021-45767.patch
src/laser/lsr_dec.c
patch
|
blob
|
history
diff --git
a/src/laser/lsr_dec.c
b/src/laser/lsr_dec.c
index ee2dc2102794ba74cc7736e10570b99fea5b85bf..fa9ccd8085d03ad3d1c6adbb1b312ad6f1326b3a 100644
(file)
--- a/
src/laser/lsr_dec.c
+++ b/
src/laser/lsr_dec.c
@@
-672,6
+672,8
@@
static void lsr_read_paint(GF_LASeRCodec *lsr, SVG_Paint *paint, const char *nam
iri.type = 0xFF;
lsr_read_any_uri(lsr, &iri, name);
gf_node_unregister_iri(lsr->sg, &iri);
+ gf_list_del_item(lsr->deferred_hrefs, &iri);
+
paint->type = SVG_PAINT_URI;
if (iri.string) {
paint->type = SVG_PAINT_URI;