Skip to content

Commit

Permalink
[issue #229] Prevent Buffer Overflows When Constructing Messages
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
david-pace committed Aug 11, 2022
1 parent 7aa21d1 commit 85842f3
Showing 1 changed file with 96 additions and 94 deletions.
Loading

0 comments on commit 85842f3

Please sign in to comment.