Skip to content
Snippets Groups Projects
Commit 38184b73 authored by deuce's avatar deuce
Browse files

Truncate ret when str is NULL.

parent 0ba7b26f
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,10 @@ extern int thread_suid_broken; /* NPTL is no longer broken */
} \
} \
} \
else { \
if(ret) \
*ret=0; \
} \
}
#define JSVALUE_TO_RASTRING(cx, val, ret, sizeptr, lenptr) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment