GNOME Bugzilla – Bug 711787
Long initialization line in C stops doxygen
Last modified: 2013-12-29 17:22:36 UTC
Created attachment 259452 [details] Sample source file and Doxyfile When one has a long initialization line e.g. double[] = {1,2,3,4,...., 500000}; doxygen will stop with the message: input buffer overflow, can't enlarge buffer because scanner uses REJECT Attached the used source file and Doxyfile.
Submitted patch to git Pull request 53
Thanks, I've merged the pull request.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).
1.8.5 crashes, 1.8.6 runs