Corrects a small documentation/parameter issue in !7899 (merged). No functional change.
The original get_cmdline_budget() helper had a typos in the Windows comment stating the command-line limit was 32737 (the real value is 32767, as stated in the MR), and a return value of 32797-4096 instead of 32767-4096. This isn't an actual bug since the budget is just a rough overestimate of the non-argument overhead (and the precise headroom is irrelevant); the spill is just triggered slightly earlier. Still, it should be cleaned up.
由 David Burghoff 编辑于
加载中


























