Skip to content

Commit f2df3d6

Browse files
committed
Merge leftovers
1 parent 5b70fe4 commit f2df3d6

File tree

6 files changed

+10
-962
lines changed

6 files changed

+10
-962
lines changed

fuzzers/frida_gdiplus/cmplog_test.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EXPORTS
2+
t1
3+
t2
4+
t3
5+
t4
6+
t5
7+
t6
8+
t7

fuzzers/qemu_coverage/Makefile.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,14 @@ windows_alias = "unsupported"
213213
[tasks.harness_unix]
214214
script_runner="@shell"
215215
script='''
216-
echo `pwd`
217-
set -x
218216
${CROSS_CXX} \
219217
./harness.cc \
220218
$CROSS_CFLAGS \
221219
"${TARGET_DIR}/build-png/.libs/libpng16.a" \
222220
"${TARGET_DIR}/build-zlib/libz.a" \
223221
-I"${TARGET_DIR}/build-png" \
224222
-I"${TARGET_DIR}/build-zlib/zlib/lib" \
225-
-I"${CARGO_MAKE_CRATE_TARGET_DIRECTORY}/deps/libpng-1.6.37" \
226-
-L"${TARGET_DIR}/build-zlib/zlib/lib" \
223+
-L"${TARGET_DIR}/build-zlib/zlib/lib" \
227224
-o"${TARGET_DIR}/libpng-harness-${CARGO_MAKE_PROFILE}" \
228225
-lm \
229226
-static

libafl/src/events/llmp/broker.rs

Lines changed: 0 additions & 276 deletions
This file was deleted.

libafl_bolts/src/os/unix_signals.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ use nix::errno::Errno;
2525
/// The special exit code when the target exited through ctrl-c
2626
pub const CTRL_C_EXIT: i32 = 100;
2727

28-
/// The special exit code when the target exited through ctrl-c
29-
pub const CTRL_C_EXIT: i32 = 100;
30-
3128
/// ARMv7-specific representation of a saved context
3229
#[cfg(target_arch = "arm")]
3330
#[derive(Debug)]

0 commit comments

Comments
 (0)