You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C macro MAX_CIRCBUFSIZE in file "src/pqing/fxbuf.c" hard-codes the maximum size of a WMO message (1048576 bytes). Replace that parameter with a command-line argument. Also, vet the current code that allows the buffer to grow beyond that limit.
The text was updated successfully, but these errors were encountered:
The C macro MAX_CIRCBUFSIZE in file "src/pqing/fxbuf.c" hard-codes the maximum size of a WMO message (1048576 bytes). Replace that parameter with a command-line argument. Also, vet the current code that allows the buffer to grow beyond that limit.
The text was updated successfully, but these errors were encountered: