From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:24d6:b0:6cd:f2d9:4a59 with SMTP id m22-20020a05620a24d600b006cdf2d94a59mr5431586qkn.457.1664532977731; Fri, 30 Sep 2022 03:16:17 -0700 (PDT) X-Received: by 2002:a05:620a:4083:b0:6ce:7e02:5cb8 with SMTP id f3-20020a05620a408300b006ce7e025cb8mr5447761qko.170.1664532977550; Fri, 30 Sep 2022 03:16:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 30 Sep 2022 03:16:17 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:810:89e0:6c90:327f:8534:ca8; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 2a01:e0a:810:89e0:6c90:327f:8534:ca8 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Freeing access-to-task objects From: Emmanuel Briot Injection-Date: Fri, 30 Sep 2022 10:16:17 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1268 Xref: reader01.eternal-september.org comp.lang.ada:64460 List-Id: Please find a new blog post at: https://deepbluecap.com/freeing-task-access-objects/ Abstract: Freeing Ada tasks could result in accessing freed memory. This post describes the proper way of freeing access-to-task objects.