[Code Analysis] Consider Moving Some Data To Heap #3791 - GitHub

Có thể bạn quan tâm

Skip to content Dismiss alert {{ message }} / Stockfish Public
  • Notifications You must be signed in to change notification settings
  • Fork 2.7k
  • Star 14.4k
  • Code
  • Issues 31
  • Pull requests 15
  • Discussions
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options [Code Analysis] Consider moving some data to heap #3791New issueNew issueClosedClosed[Code Analysis] Consider moving some data to heap#3791@calcitem

Description

@calcitemcalcitemopened on Nov 14, 2021

Warning C6262 Function uses '40076' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap.

misc.cpp

// extract the working directory workingDirectory = ""; char buff[40000]; // Warning C6262 char* cwd = GETCWD(buff, 40000); if (cwd) workingDirectory = cwd;

Metadata

Metadata

Assignees

No one assigned

Labels

No labelsNo labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Từ khóa » C6262