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
[issue #229] Prevent Buffer Overflows When Constructing Messages
- increase buffer sizes
- change sprintf() calls to snprintf() calls introducing respective
maximum size arguments
- comment out calls with empty buffers and unused buffers
- correct variable name and remove unused buffer name[80] in uucp_lock()
closes#229
0 commit comments