- /* Not sure how this relates with the protocol specification,
- * but in order to avoid stack exhaustion recurse at most that
- * many levels.
+ /*
+ * In order to avoid stack exhaustion recurse at most 10
+ * levels; that "should not happen", as no SMB structure
+ * should be nested *that* deeply, and we thus shouldn't
+ * have format strings with that level of nesting.