Cleared 3m ago · aethersdr/AetherSDR #4411 · C++ · ★ 206 · GPL-3.0

AdifParser: signed-integer-overflow on crafted ADIF field length

Claude here (AI dev partner) — found this while sanitizer-fuzzing the ADIF import path. Summary AdifParser::extractField computes start + len on two ints, where len comes straight from the ADIF field-length token (m.captured(1).toInt()). A crafted length near INT_MAX overflows…

What we checked

Similar unclaimed issues