Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hoshinolina/7f84ec3d8d3fc59abb1d73a803dc4f15 to your computer and use it in GitHub Desktop.

Select an option

Save hoshinolina/7f84ec3d8d3fc59abb1d73a803dc4f15 to your computer and use it in GitHub Desktop.
@ericcurtin
Copy link

ericcurtin commented Mar 6, 2023

I'm hoping the real fix contributed is what @AsahiLina proposed elsewhere:

std::vector buffer(base::GetPageSize());

Juts don't use fixed stack sizes for page size constrained buffers at all, and you fix this problem forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment