使用parallel_for时,堆栈cookie工具代码检测到基于堆栈的缓冲区溢出

时间:2020-04-17 23:43:47

标签: c++

当我在parllel_for循环中运行以下代码时,我的代码崩溃并返回上述错误。

SELECT 
  battleId,
  userId,
  score,
  row_number() over(order by score desc) as myRank 
FROM battleparticipants  
WHERE battleId = 2 AND userId = "gkfurcwsi033qzxg0u2bmj1ekebsklej"
ORDER BY score DESC

example1_win64.exe中0x00007FF6C39960F0处未处理的异常:堆栈cookie工具代码检测到基于堆栈的缓冲区溢出。发生

0 个答案:

没有答案