mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
If fmt is NULL, ptitle is uninitialized and used. SETPROCTITLE(3bsd) says "If fmt is NULL, the process title is restored", but looks like the feature is not implemented in missing/setproctitle.c. At least the source code of ruby does not pass NULL to the function. So I assume this function requires non-NULL fmt. This issue was found by Coverity Scan. |
||
|---|---|---|
| .. | ||
| acosh.c | ||
| alloca.c | ||
| cbrt.c | ||
| close.c | ||
| crt_externs.h | ||
| crypt.c | ||
| crypt.h | ||
| des_tables.c | ||
| dtoa.c | ||
| dup2.c | ||
| erf.c | ||
| explicit_bzero.c | ||
| ffs.c | ||
| file.h | ||
| fileblocks.c | ||
| finite.c | ||
| flock.c | ||
| hypot.c | ||
| isinf.c | ||
| isnan.c | ||
| langinfo.c | ||
| lgamma_r.c | ||
| memcmp.c | ||
| memmove.c | ||
| mt19937.c | ||
| nan.c | ||
| nextafter.c | ||
| procstat_vm.c | ||
| setproctitle.c | ||
| signbit.c | ||
| stdbool.h | ||
| strchr.c | ||
| strerror.c | ||
| strlcat.c | ||
| strlcpy.c | ||
| strstr.c | ||
| tgamma.c | ||
| x86_64-chkstk.s | ||