]> sourceware.org Git - newlib-cygwin.git/commit
Fix null-pointer dereference in nano-malloc
authorCyril Yared <yaredcyril@gmail.com>
Tue, 25 Jan 2022 15:44:10 +0000 (07:44 -0800)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 26 Jan 2022 12:14:03 +0000 (13:14 +0100)
commit73d515fcfecd1004ccffef8fcd0c7223b9eec6ab
treea595e6622d25581f0e8a84cee3702d6ac8ddd7ed
parent43ab30fbd50cd6394b6b6950647ce2c243fa80c5
Fix null-pointer dereference in nano-malloc

If p is NULL, then the free_list is empty and we should return the
correct failure values.
newlib/libc/stdlib/nano-mallocr.c
This page took 0.027123 seconds and 5 git commands to generate.