/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: teddy at bsnet
  • Date: 2011-12-24 23:07:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20111224230717-yd3c0532w0kaviuc
* plugins.d/mandos-client.c (fprintf_plus): Check format string.
  (run_network_hooks): Check for execl() failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
 
4
* Use __attribute__((pure)) or __attribute__((const)) where possible.
 
5
* Use __attribute__((signal)) on signal handlers.
4
6
 
5
7
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
6
8