ubsan: fr30: left shift of negative value
[deliverable/binutils-gdb.git] / libctf / ctf-types.c
index 27cbfb94d00bc748e93375d3c480c1ef80e3eb8b..cd910434ea41abcf72bdee6c19b5d8b9f22cd05b 100644 (file)
@@ -1,5 +1,5 @@
 /* Type handling functions.
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -441,7 +441,7 @@ ctf_type_lname (ctf_file_t *fp, ctf_id_t type, char *buf, size_t len)
   size_t slen;
 
   if (str == NULL)
-    return CTF_ERR;             /* errno is set for us */
+    return CTF_ERR;                    /* errno is set for us.  */
 
   slen = strlen (str);
   snprintf (buf, len, "%s", str);
This page took 0.025192 seconds and 4 git commands to generate.