[PATCH] Fix NULL pointer dereference in open_memstream()

22 Feb
2019
22 Feb
'19
4:47 p.m.
Hi, Current version of uClibc-ng has issue in open_memstream() function. If the cookie variable is NULL (due malloc() fail) then null pointer is dereferenced after if block. The attached patch fixes this issue. -- Best regards, Eugene
2400
Age (days ago)
2400
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eugene Yudin