Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Which platforms return a non-null pointer on malloc(0)
Post
Which platforms return a non-null pointer on malloc(0)
+4
−2
What is the portability of malloc(0);
?
- Which platforms return
NULL
without settingerrno
? - Which platforms return a non-null pointer?
- Do any platforms have some other behavior?
1 comment thread