Initial community commit

This commit is contained in:
Jef
2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit 20d28e80a5
16810 changed files with 4640254 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/wavlike.c b/src/wavlike.c
index a3388d75..cf5a7d2b 100644
--- a/src/wavlike.c
+++ b/src/wavlike.c
@@ -971,7 +971,7 @@ wavlike_subchunk_parse (SF_PRIVATE *psf, int chunk, uint32_t chunk_length)
else
psf_log_printf (psf, "%M : %u\n", chunk, chunk_length) ;
- while (bytesread < chunk_length)
+ while (chunk_length - bytesread >= 4)
{ uint32_t thisread ;
if ((thisread = psf_binheader_readf (psf, "m", &chunk)) == 0)