Results 11 issues of Daniil Kovalev

### Steps to reproduce 1. Start a video playback. 2. Wait until internet connection becomes poor enough so you have to wait until video buffer fills with data. ### Expected...

bug
help wanted

### The Problem Currently, `$XDG_CONFIG_HOME/nheko/nheko.conf` contains raw `access_token` string. When stolen, it can be used by an adversary to log in the account. ### The Solution We can use libsecret...

enhancement

In section 14.1 of pauthabielf64 we have the following https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#141default-marking-schema: > A new section named `.note.AARCH64-PAUTH-ABI-tag` of type `SHT_NOTE` is defined > ... > The type field shall be 1...

This patch adds lld support for: - Dynamic R_AARCH64_AUTH_* relocations (including RELR compressed AUTH relocations) as described here: https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#auth-variant-dynamic-relocations - .note.AARCH64-PAUTH-ABI-tag section as defined here https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#elf-marking Depends on #72713 and...

lld
backend:AArch64
lld:ELF

This adds support for `GNU_PROPERTY_AARCH64_FEATURE_PAUTH` feature (as defined in https://github.com/ARM-software/abi-aa/pull/240) handling in llvm-readobj and llvm-readelf. The following constants for supported platforms are also introduced: - `AARCH64_PAUTH_PLATFORM_INVALID = 0x0` - `AARCH64_PAUTH_PLATFORM_BAREMETAL...

llvm:binary-utilities

**Describe the idea you'd like** Currently, theme can be chosen from light and dark. Many apps nowadays allow to follow system theme, so when system dark theme is enabled, the...

idea

**Describe the idea you'd like** Работая в фоновом режиме, приложение потребляет в среднем почти 300МБ оперативной памяти. Значение посмотрел в разделе Memory use в Developer options. Хотелось бы снизить это...

idea

* Fix bug in JitterBuffer that caused noise (see commit fa049f9474617588e3bb5aeb4401bc4951725d92). * Merge changes from branch tdesktop. It includes making the public interface TgVoip.h fully compatible with the version from...

It looks like that `R_AARCH64_AUTH_GOT_LD_PREL19` described at https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#auth-variant-got-generating-relocations is not enough for tiny code model in case of signed GOT. Since the address of the GOT slot is used as...

In https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#auth-variant-got-generating-relocations, AUTH variants of GOT-generating relocations are defined. Their names are in most cases basically the same as corresponding non-AUTH relocs names, but for `R_AARCH64_AUTH_GOT_LO12_NC`, it's not true: the...