Skip to content
Snippets Groups Projects
Verified Commit 5db070e9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Bytecode: fix inconsistency in memory manager

The variable “gap” is compared to zero, so the intent probably was that it
could be negative. But size_t is an unsigned type. Rather use a signed type.
parent 6ae86024
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment