projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733aea2
)
tests/src/test-delnull.c: add comment
author
Paul Brossier
<piem@piem.org>
Mon, 30 Sep 2013 13:52:05 +0000
(08:52 -0500)
committer
Paul Brossier
<piem@piem.org>
Mon, 30 Sep 2013 15:18:50 +0000
(18:18 +0300)
tests/src/test-delnull.c
patch
|
blob
|
history
diff --git
a/tests/src/test-delnull.c
b/tests/src/test-delnull.c
index
80604b9
..
96d472c
100644
(file)
--- a/
tests/src/test-delnull.c
+++ b/
tests/src/test-delnull.c
@@
-1,6
+1,9
@@
#include <stdlib.h>
#include <aubio.h>
+// Because aubio does not check for double free, this program will crash.
+// Programs that call these functions should check for null pointers.
+
int main ()
{
del_fvec(NULL);