Launchpad does not know where kerneloops hosts its code.

Bazaar branches

Name Status Last Modified Last Commit
lp:~vcs-imports/kerneloops/master 1 Development 2009-06-19 20:31:42 UTC
152. Handle logs with NUL chars better It...

Author: Michal Schmidt
Revision Date: 2009-06-19 20:31:42 UTC

Handle logs with NUL chars better

It is not too rare that '\0' chars appear in /var/log/messages. I saw a
real-life case where kerneloops would show a popup with the same old oops
after every login. It turned out that there were NUL chars in the log which
prevented kerneloops from seeing its marker, so it always treated the old oops
in the log as new.
This patch fixes it by always going through the whole known length of the
buffer (not stopping on NUL chars) and using less string-oriented functions in
fill_lineinfo().

lp:~bratsche/kerneloops/344377 bug 1 Development 2009-03-18 16:07:04 UTC
14. Remove icon

Author: Cody Russell
Revision Date: 2009-03-18 16:07:04 UTC

Remove icon

12 of 2 results