clauderobi

Results 28 issues of clauderobi

### Description On a ARM board (raspberry Pi 0), parsing a json string that includes a float value causes a memory corruption. Any code after the parse that uses the...

kind: bug
platform: arm

Hi, I found 2 issues when cross-compiling for a Windows target using wing32-w64 on Linux. The first issue prevent the library to successfully compile. I get the following message: >...

buildsystem

It appears that the Websocket support can only work with blocking sockets and without timeout. I say this because I did not find any support for partial transmission in WebSocketImpl::sendBytes...

feature

Hi, I am trying to compile using mingw-w64 on Ubuntu. I am making progress.... One of the issue I am seeing is that Winsock2.h and Iphlpapi.h are actually winsock2.h and...

I need to wireshark my client traffic when using SSL so I need to provide the client random string as well as the master key (similarly to what firefox, chrome,...

stale

Actually, this is not an issue since I have a solution. I am just posting here for others that may have the same problem. Coming from webpack 4, I was...

I am trying to tasmotize 2 x Sonoff ROWR3. They are based on ESP8266EX. With both device, tasmotizer stops usually at around 43-44% in the backup stage. Most of the...

Hi, I am trying to modify the script to compile gdbserver. (And gdb, which I was successful at doing). I added this after gcc is compiled; ` create_dir "$bld_path/binutils/gdbserver" change_dir...

Hi, Super tool for us crypto "challenged" I would like to protect a public key and therefore was looking for encryptPublicKey and decryptPublicKey but unfortunately they do not exist. My...

Hi, I am using the synchonous mode. I have been using getdns for over a year on Linux but know I am porting my code to Windows and I am...