This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR middle-end/13400: Unsafe writes in ifcvt.c


Jonathan Lennox writes:
> The pointers returned by malloc()-family functions (i.e., functions with
> __attribute__(__malloc__) implicitly or explicitly) can't trap either, can
> they?

(If they're non-NULL, that is...)

-- 
Jonathan Lennox
lennox at cs dot columbia dot edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]