On 2014-07-08 15:43, ewolfok wrote:
> HI, all
>
> this is a patch try to fix libubox's segment fault for out-of-memory
>
> Best regards
>
> Signed-off-by:Chen Bin
The patch was missing a change in blob.h to update the function
prototype for blob_buf_grow. I pushed a fixed version to git.
- Fel
HI, all
this is a patch try to fix libubox's segment fault for out-of-memory
Best regards
Signed-off-by:Chen Bin
---
diff --git a/blob.c b/blob.c
index 10c1f49..ec8617b 100644
--- a/blob.c
+++ b/blob.c
@@ -21,12 +21,15 @@
static bool
blob_buffer_grow(struct blob_buf *buf, int minlen)
{
+