History log of /haiku/src/bin/top.cpp
Revision Date Author Comments
# aaca5974 14-Oct-2020 Murai Takashi <tmurai01@gmail.com>

bin/top: Fix -Wformat-security

Change-Id: I40bec25162d03f5af3a12f7b6a51d88be4c6e7b8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3370
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>


# a76e1eb3 07-Jun-2019 Murai Takashi <tmurai01@gmail.com>

bin/top: Fix -Wformat=

Change-Id: Ie408017684313531f2dc18d9401cd54bb00a7e12
Reviewed-on: https://review.haiku-os.org/c/1515
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9c1f9724 14-Jan-2018 Ho Tuan Kiet <tuankiet65@gmail.com>

Fix various unsafe usages of strcat/strcpy

Coverity ID: 608930, 743872, 743873, 743874, 608932, 608933, 1424961, 609034
Change-Id: I2702dfb402df7eee500617cb9b8d6f567296fc13


# 2b0dad2c 25-Jun-2015 Philippe Saint-Pierre <stpere@gmail.com>

Fix segfault in Top utility

Could occur whenever the terminal exceed 96 columns (write beyond end of string).


# 95cace8d 13-Jun-2015 Adrien Destugues <pulkomandy@gmail.com>

top: convert to C++ and use std::list

The C code would crash on my machine, and using std::list is simpler and
cleaner.

May help with #11895 as well, but I didn't have that issue on my
machine.


# 2b0dad2c7e55db5f077aa54e7517177ebfc24dea 25-Jun-2015 Philippe Saint-Pierre <stpere@gmail.com>

Fix segfault in Top utility

Could occur whenever the terminal exceed 96 columns (write beyond end of string).


# 95cace8de2e1a99109c0ffa61d83c660e6a18d37 13-Jun-2015 Adrien Destugues <pulkomandy@gmail.com>

top: convert to C++ and use std::list

The C code would crash on my machine, and using std::list is simpler and
cleaner.

May help with #11895 as well, but I didn't have that issue on my
machine.