Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Fix string slice length bug #102

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

simonswine
Copy link
Collaborator

This ensures that the string conversion map has the right length. This bug was introduced a7e0f43.

This change allocates the correct size of an array to match the highest
key id in the string rewrite map.

@simonswine simonswine added the kind/bug Something isn't working label Jul 19, 2022
This ensures that the string conversion map has the right length. This bug was introduced a7e0f43.

This change allocates  the correct size of an array to match the highest
key id in the string rewrite map.
@simonswine simonswine force-pushed the 20220719_fix-bug-with-string-slice-length branch from 64ee9ea to a54274b Compare July 19, 2022 13:04
@simonswine simonswine marked this pull request as ready for review July 19, 2022 13:24
@simonswine simonswine merged commit 0bdac21 into main Jul 19, 2022
@simonswine simonswine deleted the 20220719_fix-bug-with-string-slice-length branch July 19, 2022 13:26
simonswine added a commit to simonswine/pyroscope that referenced this pull request Jun 30, 2023
…ith-string-slice-length

Fix string slice length bug
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants