开发者

Stack Smashing problem in real time data writing to database

开发者 https://www.devze.com 2023-01-12 02:03 出处:网络
Have a program that receive开发者_运维技巧s burst traffic .Adds to linked list and then processes to writing to database.Seen stack smashing.Then no response of asynchronous message......Stack smashin

Have a program that receive开发者_运维技巧s burst traffic .Adds to linked list and then processes to writing to database.Seen stack smashing.Then no response of asynchronous message......


Stack smashing definition: http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci913633,00.html

By what you are describing, your linked list is getting more data added to it than it can handle, assuming "Stack smashing" is the problem you know you are experiencing.

The solution is to make sure to code to keep the linked list from getting bigger than its limit.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号