]> granicus.if.org Git - procps-ng/shortlog
procps-ng
2018-05-18 Qualys Security... proc/readproc.c: Fix double-free()s in readtask().
2018-05-18 Qualys Security... proc/readproc.c: Fix use-after-free in readproctab2().
2018-05-18 Qualys Security... proc/readproc.c: Harden openproc().
2018-05-18 Qualys Security... proc/readproc.c: Harden get_proc_stats().
2018-05-18 Qualys Security... proc/readproc.c: Harden simple_nextpid().
2018-05-18 Qualys Security... proc/readproc.c: Harden fill_cgroup_cvt().
2018-05-18 Qualys Security... proc/readproc.c: Harden vectorize_this_str().
2018-05-18 Qualys Security... proc/readproc.c: Harden read_unvectored().
2018-05-18 Qualys Security... proc/readproc.c: Fix bugs and overflows in file2strvec().
2018-05-18 Qualys Security... proc/readproc.c: Harden file2str().
2018-05-18 Qualys Security... proc/readproc.c: Harden stat2proc().
2018-05-18 Qualys Security... proc/readproc.c: Harden supgrps_from_supgids().
2018-05-18 Qualys Security... proc/readproc.c: Harden status2proc().
2018-05-18 Qualys Security... proc/readproc.c: Fix the unhex() function.
2018-05-18 Qualys Security... proc/sysinfo.c: Ensure null-termination in getstat().
2018-05-18 Qualys Security... ps/sortformat.c: Avoid "sep_loc + 1" when sep_loc is...
2018-05-18 Qualys Security... ps/sortformat.c: Handle large width in aix_format_parse().
2018-05-18 Qualys Security... ps/sortformat.c: Catch negative width in format_parse().
2018-05-18 Qualys Security... ps/sortformat.c: Double-check chars in verify_short_sort().
2018-05-18 Qualys Security... ps/display.c: Fix "move process-only flags to the process".
2018-05-18 Qualys Security... ps/display.c: Always exit from signal_handler().
2018-05-18 Qualys Security... ps/output.c: Always null-terminate outbuf in show_one_p...
2018-05-18 Qualys Security... ps/output.c: Protect outbuf in various pr_*() functions.
2018-05-18 Qualys Security... ps/output.c: Enforce a safe range for max_rightward.
2018-05-18 Qualys Security... ps/output.c: Replace strcpy() with snprintf() in show_o...
2018-05-18 Qualys Security... ps/output.c: Remove the page_shift variable.
2018-05-18 Qualys Security... ps/output.c: Check return value of mmap() in init_output().
2018-05-18 Qualys Security... ps/display.c: Harden show_tree().
2018-05-18 Qualys Security... ps/output.c: Fix outbuf overflows in pr_args() etc.
2018-05-18 Qualys Security... ps/output.c: Harden forest_helper().
2018-05-18 Qualys Security... proc/escape.c: Handle negative snprintf() return value.
2018-05-18 Qualys Security... proc/escape.c: Prevent buffer overflows in escape_comma...
2018-05-18 Qualys Security... proc/escape.c: Prevent integer overflows in escape_str_...
2018-05-18 Qualys Security... proc/escape.c: Handle negative wcwidth() return value.
2018-05-18 Qualys Security... proc/escape.c: Make sure all escape*() arguments are...
2018-05-18 Qualys Security... proc/whattime.c: Always initialize buf.
2018-05-18 Qualys Security... proc/slab.c: Initialize struct slab_info in get_slabnode().
2018-05-18 Qualys Security... proc/sysinfo.c: Fix off-by-one in get_pid_digits().
2018-05-18 Qualys Security... proc/sysinfo.c: Prevent integer overflow of realloc...
2018-05-18 Qualys Security... proc/slab.c: Check correct number of items after sscanf().
2018-05-18 Qualys Security... proc/slab.h: Fix off-by-one overflow in sscanf().
2018-05-18 Qualys Security... proc/sig.c: Harden print_given_signals().
2018-05-18 Qualys Security... proc/devname.c: Never write more than "chop" (part 2).
2018-05-18 Qualys Security... proc/devname.c: Never write more than "chop" characters.
2018-05-18 Qualys Security... proc/devname.c: Prevent off-by-one overflow in dev_to_t...
2018-05-18 Qualys Security... proc/devname.c: Use snprintf() in link_name().
2018-05-18 Qualys Security... proc/version.h: Protect parameter in LINUX_VERSION...
2018-05-18 Qualys Security... proc/alloc.*: Use size_t, not unsigned int.
2018-05-18 Qualys Security... proc/alloc.c: Use vfprintf(), not fprintf().
2018-05-18 Qualys Security... proc/readproc.c: Add checks to get_ns_name() and get_ns...
2018-05-18 Qualys Security... proc/sig.c: Fix the strtosig() function.
2018-05-18 Qualys Security... skill: Do not scan past the null-terminator in check_pr...
2018-05-18 Qualys Security... skill: Check return value of str*chr() in check_proc().
2018-05-18 Qualys Security... skill: Properly null-terminate buf in check_proc().
2018-05-18 Qualys Security... skill: Check the return value of fstat().
2018-05-18 Qualys Security... skill: Prevent multiple overflows in ENLIST().
2018-05-18 Qualys Security... skill: Fix double-increment of pid_count.
2018-05-18 Qualys Security... skill: Remove unused NEXTARG macro.
2018-05-18 Qualys Security... skill: Always NULL-terminate argv.
2018-05-18 Qualys Security... skill: Fix getline() usage.
2018-05-18 Qualys Security... skill: Simplify the kill_main() loop.
2018-05-18 Qualys Security... pwdx: Fix a misleading comment.
2018-05-18 Qualys Security... pidof: Prevent integer overflows with grow_size().
2018-05-18 Qualys Security... pidof: Do not memleak pidof_root if multiple -c options.
2018-05-18 Qualys Security... pidof: Do not skip the NULL terminator in cmdline.
2018-05-18 Qualys Security... pidof: Get the arg1 base name with get_basename().
2018-05-18 Qualys Security... pidof: Do not memleak the contents of proc_t.
2018-05-18 Qualys Security... tload: Prevent integer overflows of ncols, nrows, and...
2018-05-18 Qualys Security... tload: Prevent a buffer overflow when row equals nrows.
2018-05-18 Qualys Security... tload: Use snprintf() instead of sprintf().
2018-05-18 Qualys Security... tload: Call longjmp() 1 instead of 0.
2018-05-18 Qualys Security... tload: Use standard names instead of numbers.
2018-05-18 Qualys Security... slabtop: Reset slab_list if get_slabinfo() fails.
2018-05-18 Qualys Security... uptime: Check the return value of various functions.
2018-05-18 Qualys Security... pgrep: Prevent a potential stack-based buffer overflow.
2018-05-18 Qualys Security... pgrep: Always null-terminate the cmd*[] buffers.
2018-05-18 Qualys Security... pgrep: Initialize the cmd*[] stack buffers.
2018-05-18 Qualys Security... pgrep: Simplify the match_*() functions.
2018-05-18 Qualys Security... pgrep: Replace buf+1 with buf in read_pidfile().
2018-05-18 Qualys Security... pgrep: Replace ints with longs in strict_atol().
2018-05-18 Qualys Security... pgrep: Prevent integer overflow of list size.
2018-05-18 Qualys Security... pgrep: Do not memleak the contents of proc_t.
2018-05-03 Craig Smalllibrary: check not undef SIGLOST
2018-04-10 Craig Smallmisc: fix ps etime tests
2018-04-10 Craig Smallupdate translations v3.3.14
2018-04-10 Craig Smalllibrary: build on non-glibc systems
2018-04-10 Craig Smallfree: fix scaling on 32-bit systems
2018-04-10 Craig Smallmisc: Update news about #91
2018-04-10 Craig SmallRevert "Support running with child namespaces"
2018-04-06 Craig Smallpgrep: Don't segfault with no match
2018-04-01 Craig Smallmisc: Update translations from Translation project v3.3.13
2018-03-12 Craig Small3.3.13 release candidate 1 v3.3.13rc1
2018-03-12 Craig Smallmisc: Update translations
2018-03-12 Craig Smallsysctl: fixup build system
2018-03-03 Craig Smallmisc: update NEWS with some missed items
2018-03-03 Craig Smallmisc: Add link protection examples to sysctl.conf
2018-03-03 Craig Smalldocs: Note limitation of finding scripts in pidof.1
2018-03-03 Craig Smallwatch: use sysconf() for hostname length
2018-03-03 Craig Smallsysctl: fix typo in help
2018-03-03 Craig Smalldocs: Reword --exec option in watch.1
next