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
Recently, we found that two code snippet in metadta-extractor (2.18.0) can trigger java.lang.OutOfMemoryError errors, which will lead to local denial-of-service. Error handling needs to be added, otherwise the java thread will crash, and apps that rely on this library will malfunction.
Recently, we found that two code snippet in metadta-extractor (2.18.0) can trigger java.lang.OutOfMemoryError errors, which will lead to local denial-of-service. Error handling needs to be added, otherwise the java thread will crash, and apps that rely on this library will malfunction.
metadata-extractor/Source/com/drew/metadata/mov/atoms/SampleDescriptionAtom.java
Line 46 in e3235ea
metadata-extractor/Source/com/drew/metadata/mov/atoms/TimeToSampleAtom.java
Line 45 in e3235ea
The text was updated successfully, but these errors were encountered: