-
Remember to follow the [pre bug report](https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md) guide beforehand. Failure to do so might get your issue closed.
#…
ghost updated
7 years ago
-
The tls_cleanup() method is attempting to free memory if the memory is empty. Is this the intended behavior? Possible correction below.
```
void tls_cleanup()
{
CRYPTO_set_dynlock_create_callback…
-
gethostbyname() may use static data. Please consider using the reentrant version gethostbyname_r() or protect the function with some locking mechanism.
There is a lock prior to `if(!next_call.empty()…
-
Currently it resets to default value after each RetroShare restart
-
It happens often to unsubscribe a forum by accidently clicking the first button.
![old tooltip](https://retroshare.rocks/pics/old.png)
Please toggle "unsubscribe" and "open in new tab"
![new toolti…
-
This is on Debian Stretch, where RS started to crash reproducably two days ago. The interesting thing here is that the very same version was running fine since last weekend. Here are the last couple o…
heini updated
8 years ago
-
#### total failed packages
```
$ ls | wc -l
590
```
#### failed with unique package ID
```
$ ls | cut -d'_' -f1 | sort -u | wc -l
310
```
https://gist.github.com/dtgm/d21356a74c08437e2bff
#### emai…
-
Right now the only form of groups are group chats. It'd be nice to be able to have groups of people synchronized between people, and run group chats or group calls to these groups. A really nice side …
-
request is defined as char[1024]. A wild host name will overrun the buffer. Please consider using snprintf() or QByteArray.
(It appears that the function is assuming that gethostbyname() will guard a…
-
Reference point in code: https://github.com/RetroShare/RetroShare/blob/master/libretroshare/src/rsserver/rsinit.cc#L1254
What needs to be done:
Check if `/usr/lib` and `/usr/lib64` are symlinked (ei…