Package rls: Information

    Binary package: rls
    Version: 1.51.0-alt1
    Architecture: aarch64
    Build time:  May 2, 2021, 09:17 PM in the task #271165
    Source package: rust
    Report package bug
    License: Apache-2.0 and MIT
    Summary: Rust Language Server for IDE integration
    Description: 
    The Rust Language Server provides a server that runs in the background,
    providing IDEs, editors, and other tools with information about Rust programs.
    It supports functionality such as 'goto definition', symbol search,
    reformatting, and code completion, and enables renaming and refactorings.

    Maintainer: Alexey Gladkov


    Last changed


    May 1, 2021 Alexey Gladkov 1:1.51.0-alt1
    - New version (1.51.0).
    - Use llvm12.0.
    - Security fixes:
      + CVE-2020-36323 rust: optimization for joining strings can cause uninitialized bytes to be exposed
      + CVE-2021-28876 rust: panic safety issue in Zip implementation
      + CVE-2021-28878 rust: memory safety violation in Zip implementation when next_back() and next() are used together
      + CVE-2021-28879 rust: integer overflow in the Zip implementation can lead to a buffer overflow
      + CVE-2021-31162 rust: double free in Vec::from_iter function if freeing the element panics
    Feb. 26, 2021 Alexey Gladkov 1:1.50.0-alt1
    - New version (1.50.0).
    Jan. 7, 2021 Alexey Gladkov 1:1.49.0-alt1
    - New version (1.49.0).
    - Use clang.