projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83cb4c
)
[PATCH] fixed #1975
author
jeanlf
<jeanlf@gpac.io>
Mon, 13 Dec 2021 12:18:49 +0000
(13:18 +0100)
committer
Moritz Mühlenhoff
<jmm@debian.org>
Mon, 19 Jun 2023 21:46:06 +0000
(22:46 +0100)
Gbp-Pq: Name CVE-2021-45263.patch
src/laser/lsr_dec.c
patch
|
blob
|
history
diff --git
a/src/laser/lsr_dec.c
b/src/laser/lsr_dec.c
index 79ccb187b612ae93c828fe59277fe148db1baea0..ee2dc2102794ba74cc7736e10570b99fea5b85bf 100644
(file)
--- a/
src/laser/lsr_dec.c
+++ b/
src/laser/lsr_dec.c
@@
-2508,7
+2508,7
@@
static void lsr_read_anim_values_ex(GF_LASeRCodec *lsr, GF_Node *n, u32 *tr_type
GF_LSR_READ_INT(lsr, coded_type, 4, "type");
values->type = coded_type;
- values->laser_strings =
1
;
+ values->laser_strings =
0
;
count = lsr_read_vluimsbf5(lsr, "count");
for (i=0; i<count; i++) {