SlugSecurity / ucsc-ectf-2023

UCSC's design and implementation for MITRE's eCTF 2023
MIT License
0 stars 1 forks source link

Change frame delimiter, revert pairing ACK workaround - [merged] #93

Closed eggroll-bot closed 1 year ago

eggroll-bot commented 1 year ago

In GitLab by @MelonShooter on Mar 7, 2023, 21:33

Merges change-frame-delimiter -> main

This frame delimiter fix works around the null character bug by eliminating null characters from messages received and using '\1' as the delimiter instead. This also seems to resolve the pairing acknowledgement issue, so that workaround has been reverted.

Related to #12.

eggroll-bot commented 1 year ago

added 1 commit

Compare with previous version

eggroll-bot commented 1 year ago

approved this merge request

eggroll-bot commented 1 year ago

added 1 commit

Compare with previous version

eggroll-bot commented 1 year ago

marked this merge request as ready

eggroll-bot commented 1 year ago

requested review from @eggroll-bot

eggroll-bot commented 1 year ago

In GitLab by @MelonShooter on Mar 7, 2023, 23:04

approved this merge request