diff options
Diffstat (limited to 'source4/heimdal/lib/com_err/parse.y')
-rw-r--r-- | source4/heimdal/lib/com_err/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/com_err/parse.y b/source4/heimdal/lib/com_err/parse.y index 194965c3495..0c2e5084b51 100644 --- a/source4/heimdal/lib/com_err/parse.y +++ b/source4/heimdal/lib/com_err/parse.y @@ -117,7 +117,7 @@ statement : INDEX NUMBER | EC STRING ',' STRING { struct error_code *ec = malloc(sizeof(*ec)); - + if (ec == NULL) errx(1, "malloc"); |