Skip to content
GitLab
Explore
Sign in
Register
NodeIdMap: Fix incorrect implementation of size64()
Code
Review changes
Check out branch
Download
Patches
Plain diff
vlorentz
requested to merge
vlorentz/swh-graph:NodeIdMap-size64
into
master
Feb 10, 2023
Overview
4
Commits
2
Pipelines
3
Changes
1
Expand
It caused NodeProperties to OOM because it tried to allocate array 22 times larger than needed.
Merge request reports