summaryrefslogtreecommitdiff
path: root/sjauth/sjauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'sjauth/sjauth.c')
-rw-r--r--sjauth/sjauth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sjauth/sjauth.c b/sjauth/sjauth.c
index 989a587..126af6d 100644
--- a/sjauth/sjauth.c
+++ b/sjauth/sjauth.c
@@ -3,6 +3,10 @@
*
* Copyright (c) 2024 Runxi Yu <https://runxiyu.org>
* SPDX-License-Identifier: BSD-2-Clause
+ *
+ * BUG: We're using fixed-size buffers. They should be far larger than necessary
+ * for network authentication, but in case you have any issues with segmentation
+ * faults, increase the buffer size.
*/
#include <stdio.h>