From 69588edbaa424beb71c6a9b1be416588232cb78c Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Tue, 12 Jul 2016 15:50:06 +0200 Subject: Check for errors allocating the error strings. Reviewed-by: Richard Levitte GH: #1330 --- include/internal/dso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/internal/dso.h') diff --git a/include/internal/dso.h b/include/internal/dso.h index d371fbe465..970beeb195 100644 --- a/include/internal/dso.h +++ b/include/internal/dso.h @@ -153,7 +153,7 @@ void *DSO_global_lookup(const char *name); * made after this point may be overwritten when the script is next run. */ -void ERR_load_DSO_strings(void); +int ERR_load_DSO_strings(void); /* Error codes for the DSO functions. */ -- cgit v1.2.3