Yuxuan 'fishy' Wang

Results 104 comments of Yuxuan 'fishy' Wang

I'm getting a similar issue but not for root but my own user: ``` $ nix-shell -p nix-info --run "nix-info -m" warning: Nix search path entry '/nix/var/nix/profiles/per-user/fishy/channels/nixpkgs' does not exist,...

(copied from #2982) I'm getting a similar issue: ``` $ nix-shell -p nix-info --run "nix-info -m" warning: Nix search path entry '/nix/var/nix/profiles/per-user/fishy/channels/nixpkgs' does not exist, ignoring error: … at «none»:0:...

There is an open ticket (https://issues.apache.org/jira/browse/THRIFT-5537) and open PRs to drop Python 2 support, which is not done yet. I don't think we can remove the dependency of six without...

we probably should consider this PR part of THRIFT-5537 (add that to PR/commit message title)?

The current state looks good to me, but I'm tagging @dcelasun, @jpkrohling, @yurishkuro who were involved in the discussion and review of the original issue of https://issues.apache.org/jira/browse/THRIFT-5322 and https://github.com/apache/thrift/pull/2292 to...

Actually, reading https://nvd.nist.gov/vuln/detail/CVE-2019-11939 again, I think this implementation is sill vulnerable to a very similar attack: bad actor can construct a very small message with a size of 10MiB-1, and...

@CJCombrink can you please squash your commits? I can merge this after that.

what you observed _sounds_ like the conversion between unsigned and signed int8 went wrong. I know java does not have unsigned ints and _probably_ had something implemented wrong because of...

@CJCombrink path forward is likely to file bugs on jira about java's and swift's implementations of uuid are not according to the spec, and/or fix them via PRs.

since there's already a divergence, there's no way to fix this without any braking changes. and it's certainly better to break the ones not according to spec, vs. breaking things...