forked from AFLplusplus/LibAFL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pipe I/O in forkserver (AFLplusplus#2602)
* Fix read_st_size in forkserver * fixed read_st, read_st_size, and write_ctl with read_exact and write_all * Cleanup redundant return values in forkserver pipe I/O * Forkserver: avoid using read_exact/write_all for reading/writing integers * Forkserver: avoid initializing the vec twice when reading a chunk of bytes * Fix code formatting
- Loading branch information
1 parent
da8f17f
commit ea4a281
Showing
1 changed file
with
61 additions
and
51 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