/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

* 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