Tux3
Tux3
Hello, We maintain a Native Module for React-Native that supports Apple platforms, and so we (and our users) have a dependency on Folly through the RN ecosystem. Our module statically...
regmap currently registers load-bearing SIGBUS and SIGSEGV handlers, but these have many alternative uses ([stack overflow detection](https://github.com/rust-lang/rust/blob/54508a26eb0595eb8417a4643f2ee572d6ca33d3/library/std/src/sys/unix/stack_overflow.rs#L92), core dumping/crash reporting, ON ERROR RESUME NEXT, miscellaneous PROT_NONE catching) and, unfortunately, signal...
When creating a new profile, after clicking the Apply button, gtox crashes. The profile is still created correctly and can be loaded after restarting gtox, but it always crashes when...
The [code for `SectionHeader::is_relocation()`](https://docs.rs/goblin/0.3.0/src/goblin/elf/section_header.rs.html#484-486) checks for SHT_RELA but not SHT_REL: ```rust pub fn is_relocation(&self) -> bool { self.sh_type == SHT_RELA } ``` Apologies if this is some dark corner of...
###### Info * __Version__: 2.0.3 * __Source__: Google Play * __Vault encrypted__: No * __Device__: OnePlus 5T * __Android version and ROM__: 10 (OOS 10.0.1) ###### Steps to reproduce -...
Hello, On Crates.io there is a default crate upload size limit of 10MB, but this value is configurable per-crate (and can be raised by the crates.io team on request). However,...
Currently as I understand it toxcore shoves all the video data over UDP and hopes it reaches the destination. This creates horrible video corruption when a key frame is lost....
Hi, Is there any plan for some sort of PIC support? Having a fully usable assembler that's just a *bit* more powerful than NASM on Linux would be really great!
This syntax is accepted by many tools (including Yosys): ``` module m( input a, output b, ); ``` It'd be convenient to support it in sv-parser