]> granicus.if.org Git - p11-kit/commit
Preconditions to check for input probs and out of memory
authorStef Walter <stefw@gnome.org>
Sun, 13 May 2012 20:27:07 +0000 (22:27 +0200)
committerStef Walter <stefw@gnome.org>
Sun, 13 May 2012 20:27:07 +0000 (22:27 +0200)
commitcaa953cba4d2d0cdd4823eb2f1c4f24bbf18a231
treef303e5018500104b9d807628f196d5baf2c9336f
parent7bd4114182fcc86cd2515708fdf4d76622e0237d
Preconditions to check for input probs and out of memory

 * We don't try to guarantee completely robust and problem
   free behavior in cases where the caller or process isn't
   behaving. We consider these to be outside of our control.
14 files changed:
HACKING [new file with mode: 0644]
p11-kit/conf.c
p11-kit/debug.c
p11-kit/debug.h
p11-kit/modules.c
p11-kit/pin.c
p11-kit/proxy.c
p11-kit/uri.c
p11-kit/uri.h
p11-kit/util.c
p11-kit/util.h
tests/Makefile.am
tests/test-init.c
tests/uri-test.c