bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothro


From: Tadeus Prastowo
Subject: Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothrow__ , __leaf__));"
Date: Fri, 22 Jan 2021 10:23:32 +0100

On Fri, Jan 22, 2021 at 8:53 AM Eduardo A. Bustamante López
<dualbus@gmail.com> wrote:
> These are worth highlighting:
>
> - Notice that the value returned by `fstat(0, ...)' indicates that /dev/null 
> in your system is a *regular* file (it should be `st_mode=S_IFCHR|0666', but 
> instead it is `st_mode=S_IFCHR|0666'). It also indicates that its size is 73 
> bytes (`st_size=73').

I believe for the last part Eduardo meant to write: (it should be
`st_mode=S_IFCHR|0666', but instead it is `st_mode=S_IFREG|0666')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]