Andreas-- the patch for hardy is not correct (FTBFS). Specifically:
- this->chstr[i] = data[j] | attrs;
+ this->chstr[i] = (isprint(data_c[j]) ? data_c[j] : '?') | attrs;
Your changed from data[] to data_c[]. AFAICT data_c doesn't exist in
Hardy's code. Please resubmit after testing, mark to In Progress, and
please detail the testing performed on Hardy. Thanks!
** Changed in: htop (Ubuntu Hardy)
Status: In Progress => Incomplete
--
[CVE-2008-5076] htop does not filter non-printable characters in process names
https://bugs.launchpad.net/bugs/299627
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs