-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for 0.2.0 release #52
Comments
+1 on teasing apart the bit that builds and links libfuzzer from the integration with |
@Manishearth since we don't want to mess with master because of all the existing git dependencies, what if we do this:
Thoughts? |
Works for me! Perhaps we can move this repo to preserve issues and make a
new one to archive?
…On Sat, Jan 11, 2020, 3:02 AM Nick Fitzgerald ***@***.***> wrote:
Perhaps name the crate libfuzzer since it's more high level than than
just sys stuff?
@Manishearth <https://github.com/Manishearth> since we don't want to mess
with master because of all the existing git dependencies, what if we do
this:
- Create a new rust-fuzz/libfuzzer-rs repo that is a fork (but not in
the github sense) of this repo
- Archive this repo with a README noice to use that new repo instead
- And now all the existing git deps will continue to work forever
- And then we actually continue dev on the new repo:
- transfer relevant issues over
- split sys and highlevel utils crates (but still in same
repo/workspace)
- etc
Thoughts?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/rust-fuzz/libfuzzer-sys/issues/52?email_source=notifications&email_token=AAMK6SCTIVG24A3EH5Y2POTQ5DSPVA5CNFSM4KBIQB42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIVIYRA#issuecomment-573213764>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMK6SD7EUCMAQ4MSJW2SILQ5DSPVANCNFSM4KBIQB4Q>
.
|
Actually if we do this, we should name it rust-fuzz/libfuzzer probably
On Sat, Jan 11, 2020, 8:01 AM Manish Goregaokar <[email protected]>
wrote:
… Works for me! Perhaps we can move this repo to preserve issues and make a
new one to archive?
On Sat, Jan 11, 2020, 3:02 AM Nick Fitzgerald ***@***.***>
wrote:
> Perhaps name the crate libfuzzer since it's more high level than than
> just sys stuff?
>
> @Manishearth <https://github.com/Manishearth> since we don't want to
> mess with master because of all the existing git dependencies, what if we
> do this:
>
> - Create a new rust-fuzz/libfuzzer-rs repo that is a fork (but not in
> the github sense) of this repo
> - Archive this repo with a README noice to use that new repo instead
> - And now all the existing git deps will continue to work forever
> - And then we actually continue dev on the new repo:
> - transfer relevant issues over
> - split sys and highlevel utils crates (but still in same
> repo/workspace)
> - etc
>
> Thoughts?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/rust-fuzz/libfuzzer-sys/issues/52?email_source=notifications&email_token=AAMK6SCTIVG24A3EH5Y2POTQ5DSPVA5CNFSM4KBIQB42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIVIYRA#issuecomment-573213764>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAMK6SD7EUCMAQ4MSJW2SILQ5DSPVANCNFSM4KBIQB4Q>
> .
>
|
I don't have admin access, so I can't do this shuffling. Happy to do it if you or someone else gives me that access! :) |
Made you an org admin, go nuts! |
Huh... I still don't have access to the admin panel or anything. Can't find an email from github that I need to accept or anything like that either... |
I'd upgraded you to org admin, but maybe that didn't go through. Try now? |
Ok, now I have it! Thanks! |
Ok, this repo is now We also have an archived |
I also merged the |
Ok I made an initial attempt at splitting this crate apart into https://github.com/fitzgen/libfuzzer/tree/split-libfuzzer-and-libfuzzer-sys if anyone else wants to take a look at it. But I think I'm going to skip it for the 0.2.0 release of |
This is being developed on theUpdate: thenext
branchnext
branch has been merged into `master.We should release 0.2.0 or perhaps
1.0.0
and makecargo-fuzz
start using it!Prerequisites:
Perhaps name the crate(Split out into Split crate intolibfuzzer
since it's more high level than than just sys stuff?libfuzzer
andlibfuzzer-sys
#55)Change API to be more like honggfuzz-rs Change API to be the same as Honggfuzz-rs and eventually AFL.rs #51The text was updated successfully, but these errors were encountered: