We can slightly tighten up the regex's used to detect the use of
nonreentrant functions. We can also check src/util/virterror.c
by modifying a comment; I think it's worth it to get the additional
coverage.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
^gnulib/
^po/
-ChangeLog
+^ChangeLog$
+^ChangeLog-old$
^Makefile*
^docs/
^tests/
-^tools/virsh\.c
-^tools/console\.c
-^src/util/virterror\.c
+^tools/virsh\.c$
+^tools/console\.c$
^build-aux/
return errBuf;
# endif
#else
- /* Mingw lacks strerror_r() and its strerror() is definitely not
+ /* Mingw lacks strerror_r and its strerror is definitely not
* threadsafe, so safest option is to just print the raw errno
* value - we can at least reliably & safely look it up in the
* header files for debug purposes