-
## Description
ems_gc defines the macro `GC_HEAD_PADDING 4`, which causes the heap's base to be 32-bit aligned and trigger unaligned access faults on 64 bit targets.
## Replicate
Target used:…
-
I think I can implement io.inc for fasm if you describe in brief how io.inc for nasm works (I don't understand nasm's macros syntax).
-
### Please tell us about your environment:
- _`winston` version?_
- [ ] `winston@2`
- [x] `winston@3`
- _`node -v` outputs_: v12.16.1
- _Operating System?_ macOS
- _Language?_ Typ…
-
| | |
| --- | --- |
| Bugzilla Link | [42614](https://llvm.org/bz42614) |
| Version | trunk |
| OS | Linux |
| CC | @AaronBallman,@JonasToth,@gribozavr,@zygoloid,@rjmccall |
## Extended Description…
-
Hi, I noticed that some positions are repeated in the output file, so two different polymorphism states are assigned to the same location.
Minimal example:
discoal 30 1 110000 -t 550 -r 110 > all_…
-
clang++-18 (version 18.0.0 (++20231104083419+83888a5404d4-1~exp1~20231104083522.106)
reports
```
format-trunc.cpp:9:12: warning: 'snprintf' will always be truncated; specified size is 16, but forma…
-
Buffer overflow exists in the `do_mkd` function in the `ftpproto.c` file. Overwrite rbp when new path name length exceeds 1032.
```
#define MAX_BUFFER_SIZE 1024 //it defined in common.h
ch…
ghost updated
3 years ago
-
After this discussion:
https://www.reddit.com/r/ProgrammerHumor/comments/1dbypb8/comment/l7va938/
I wonder whether we should remove `::=` from the documentation. And any other features marked N…
-
Need to check JSON serialization
-
Please provide a succinct description of the issue.
**Repro steps**
Provide the steps required to reproduce the problem:
Script:
```fsharp
type Public = { Foo: string; Bar: int }
type pr…