-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md5sum a.out 4e3c201511515682ab53f0fdccd8a9ac a.out Requests being processed in the same thread allowed incoming requests to take over the buffer causing it to be rewritten while another request was using it. The buffer has been removed and each thread's data now handles the request instead. Should look into changing buff into an array of buffs to prevent concurreny issues there as well.
- Loading branch information
1 parent
a3d70b7
commit c19d51f
Showing
3 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters