<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 4, 2021, 7:12 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/05/2021 14:07, Joel Sherrill wrote:<br>
> This is undefined behaviour and I would rather they all return NULL. <br>
<br>
As far as I understood the POSIX text, it is implementation-defined <br>
behaviour and POSIX gives two valid implementation options. The patch <br>
removed some code (less code is always good) and now we are in line with <br>
Linux and FreeBSD.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">We should be more focused on correctness. We don't agree with not checking null pointers as arguments either.</div><div dir="auto"><br></div><div dir="auto">If the application uses the memory returned, there is no guarantee on the size and this leads quite naturally to a buffer overflow.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> No <br>
> portable program should ever do this.<br>
<br>
Yes.<br>
<br>
> In fact, it should be something caught in debug mode.<br>
<br>
RTEMS_DEBUG is for RTEMS internal bugs.<br>
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank" rel="noreferrer">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
</blockquote></div></div></div>