{"id":1302,"date":"2022-12-01T10:28:34","date_gmt":"2022-12-01T10:28:34","guid":{"rendered":"https:\/\/ibex.tech\/c\/?p=1302"},"modified":"2022-12-01T10:28:35","modified_gmt":"2022-12-01T10:28:35","slug":"program-stops-working-after-a-while","status":"publish","type":"post","link":"https:\/\/ibex.tech\/c\/c\/troubleshooting\/program-stops-working-after-a-while","title":{"rendered":"Program stops working after a while"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Memory leak<\/h4>\n\n\n\n<p>Search all instances of malloc(). Is there a corresponding free()?<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Buffer overrun<\/h4>\n\n\n\n<p>Are copy functions being used without max buffer size protection?<\/p>\n\n\n\n<p>Does all array based memory manipulation code check for max buffer size?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Memory leak Search all instances of malloc(). Is there a corresponding free()? Buffer overrun Are copy functions being used without max buffer size protection? Does all array based memory manipulation code check for max buffer size?<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[107],"tags":[],"class_list":["post-1302","post","type-post","status-publish","format-standard","hentry","category-troubleshooting"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/comments?post=1302"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1302\/revisions"}],"predecessor-version":[{"id":1303,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1302\/revisions\/1303"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/media?parent=1302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/categories?post=1302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/tags?post=1302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}