-
## Description
When trying to build the library on macOS I get an error:
```
ledger-secure-sdk/src/os.c:331:5: error: call to undeclared function 'explicit_bzero'
```
There is no `explicit_…
-
```C
int foo(int *a, int b)
{
return 0;
}
int main()
{
int x;
(struct {
typeof(foo(&(struct { int t; }){.t = x}.t, 0)) t;
}){0};
}
```
the above code com…
-
Instead of :
```c
#define kvec_t(type) struct { size_t n, m; type *a; }
```
do :
```c
#define kvec_t(...) struct { size_t n, m; __VA_ARGS__ *a; }
```
C macros are parsed in a very literal wa…
-
The preprocessing process seems to have some problems with the ff++ dataset. The structure of the ff++ dataset I downloaded from the official script is as follows, but there will be various problems f…
-
**URL**: https://voice.google.com/u/0/voicemail
**Browser / Version**: Firefox 79.0
**Operating System**: Linux
**Tested Another Browser**: Yes Chrome
**Problem type**: Video or audio doesn't pl…
-
**Description:**
- RDKit Version: 2017.03.2
- Platform: mac OSX, conda env
Having an issue calculating S valency when converting chemicals containing sulphur groups from smiles to molec…
-
I'm having trouble running make on my Mac machine, and after squashing a lot of small issues, I started reading on the va_args behaviour/specification in the standard, and while googling found this in…
-
### Describe the highlighting problem
the new c23 auto keyword is highlighted as a `keyword.modifier`, not as `type`. This breaks the highlighting making the actual variable name highlighted as ty…
duarm updated
2 months ago
-
Following #9340
Programs built with `-output-complete-exe` do not embed debug info, as opposed to program built without or with `-custom`. We should change the compiler so that it embed debug info…
-
I am under the heavy impression of this:
https://lwn.net/ml/oss-security/CAN_LGv3GAmdpaXVCjwp1UAH_Z6KKDnqydj68Oj4jmXRwwPE=Uw@mail.gmail.com/
and am no longer comfortable with our
minimal security m…