Skip to content
Unverified Commit fc4e0501 authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix integer overflow in ChunkingPlugin



Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this.

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 846b0d6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment