Skip to content
Snippets Groups Projects
Commit 55995aa4 authored by Romain Vimont's avatar Romain Vimont Committed by Romain Vimont
Browse files

core: fix incorrect use of ssize_t

The type ssize_t may contain either a non-negative integer or -1. It is
only guaranteed to support values in range [-1, SSIZE_MAX], so it should
not contain arbitrary negative values.
parent f1603b69
No related branches found
No related tags found
1 merge request!1149core: fix jaro-winkler heap-buffer-overflow
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment