-
```
Heap Checker treats all memory ranges mapped by libpthread as live, with the
exception of those ranges which contain the stack pointer of a running thread.
On Linux, libpthread does not immediat…
-
```
Heap Checker treats all memory ranges mapped by libpthread as live, with the
exception of those ranges which contain the stack pointer of a running thread.
On Linux, libpthread does not immediat…
-
```
Heap Checker treats all memory ranges mapped by libpthread as live, with the
exception of those ranges which contain the stack pointer of a running thread.
On Linux, libpthread does not immediat…
-
Our cryptographic data structures are munlocked and zeroed on drop, and mlocked on creation. In some calculations, however, we create temporary values from which secrets could be computed. Can we make…
-
# Scope of PR:
Produce PHMSA assets in dagster from the transmission and distribution tables, mirroring the format of the most recent year's form.
# Design Notes
## Transmission Data (1970-pres…
-
**Describe the bug**
On CML chromebook device with legacy HDA driver, When system goes to low memory , we see page allocation failure for audio and audio stops working. We also see kernel crash after…
-
Most part of our tests are functional and its duration is not more than 1-3 minutes on a single tarantool instance. So we are lack of load testing on a single tarantool for a long time, for example we…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
I use apache jemeter to make benchmark on the example server(with litter modify):
``` php
public function onRequest(Request $request, Socket $socket)
{
$data = sprintf(
'Hello…