Code Monkey home page Code Monkey logo

play-actix-api's Introduction

Hi there ๐Ÿ‘‹ Welcome to my playground! Just call me Amidamaru.

Visitors

I'm a Principal Systems Engineer from vn , mainly coding Rust at day and night, love open sources. Reinvents the wheel occasionally and sometimes creates obscure stuff.


Top Langs


thaodt-nvim thaodt-rust thaodt-python thaodt-nix thaodt-lua thaodt-docker thaodt-linux

Social

What am I up to these days?

โšก Recent GitHub Activity

  1. ๐Ÿ’ช Opened PR #405 in informalsystems/hermes-sdk
  2. ๐Ÿ—ฃ Commented on #367 in informalsystems/hermes-sdk
  3. ๐Ÿ—ฃ Commented on #393 in informalsystems/hermes-sdk
  4. ๐ŸŽ‰ Merged PR #5 in thaodt/substrate-dao-on-chain-gov-sys
  5. ๐ŸŽ‰ Merged PR #1 in thaodt/substrate-dao-on-chain-gov-sys
  6. ๐Ÿ—ฃ Commented on #367 in informalsystems/hermes-sdk
  7. ๐ŸŽ‰ Merged PR #14 in thaodt/substrate-dao-on-chain-gov-sys
  8. ๐ŸŽ‰ Merged PR #24 in thaodt/feeds-reader
  9. ๐ŸŽ‰ Merged PR #23 in thaodt/feeds-reader
  10. ๐Ÿ’ช Opened PR #367 in informalsystems/hermes-sdk

๐Ÿ‘จโ€๐Ÿ’ป Stats


play-actix-api's People

Contributors

dependabot[bot] avatar thaodt avatar

Watchers

 avatar  avatar  avatar

play-actix-api's Issues

RUSTSEC-2021-0124: Data race when sending and receiving after closing a `oneshot` channel

Data race when sending and receiving after closing a oneshot channel

Details
Package tokio
Version 0.2.25
URL tokio-rs/tokio#4225
Date 2021-11-16
Patched versions >=1.8.4, <1.9.0,>=1.13.1
Unaffected versions <0.1.14

If a tokio::sync::oneshot channel is closed (via the
oneshot::Receiver::close method), a data race may occur if the
oneshot::Sender::send method is called while the corresponding
oneshot::Receiver is awaited or calling try_recv.

When these methods are called concurrently on a closed channel, the two halves
of the channel can concurrently access a shared memory location, resulting in a
data race. This has been observed to cause memory corruption.

Note that the race only occurs when both halves of the channel are used
after the Receiver half has called close. Code where close is not used, or where the
Receiver is not awaited and try_recv is not called after calling close,
is not affected.

See tokio#4225 for more details.

See advisory page for additional details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.