add a clarification on purpoted "bugs" in the decompress-file utility.
diff --git a/examples/decompress-file.c b/examples/decompress-file.c
index d75e0b5..06ca488 100644
--- a/examples/decompress-file.c
+++ b/examples/decompress-file.c
@@ -1,7 +1,8 @@
/* Decompress a file SEQUENTIALLY (i.e. *not* in parallel) using bzip3 high level API. */
/* This is just a demonstration of bzip3 library usage, it does not contain all the necessary error checks and will not
- * support cross-endian encoding/decoding. */
+ * support cross-endian encoding/decoding. It *WILL* segfault if the input file does not exist,
+ * malloc returns a NULL pointer, etc... - you are expected to handle these corner cases in your code. */
#include <libbz3.h>
#include <stdio.h>
