rust-lightning/fuzz/fuzz_targets/msg_targets
Savil Srivastava dee4ce5171 [fuzz] remove \L in sed regex for filenames in gen_target.sh
Summary:
on `master` branch, if i ran `gen_target.sh` i would get the following output:
https://gist.github.com/savil/2b3114eaf34c3ef8499b65005e374841

Without it, I get the files generated that are already checked-in (as expected).

Looking at the sed docs (https://www.gnu.org/software/sed/manual/html_node/Regular-Expressions.html) i don't see an explanation for what `\L` may do in whatever regex sed follows. Does this look correct? cc @yuntai
2018-07-20 23:00:31 -07:00
..
gen_target.sh [fuzz] remove \L in sed regex for filenames in gen_target.sh 2018-07-20 23:00:31 -07:00
msg_accept_channel_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_closing_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_commitment_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_created_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_locked_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_open_channel_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_revoke_and_ack_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_shutdown_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_target_template.txt Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_add_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fail_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fail_malformed_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fee_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fulfill_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
utils.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00