0xbadbee

Results 81 comments of 0xbadbee

> Can the address sanitizer be disabled completely on Ubuntu/Debian similar to Alpine? This may be possible, but we don't want that. This can mitigate security problems and help us...

It happened from one day to the other. I lost track when it exactly started. This could be the right track, but didn't help ``` # Workaround AddressSanitizer: CHECK failed:...

Relevant code: https://github.com/toniebox-reverse-engineering/teddycloud/blob/f13703ad110b6c42f693d35b7ac211e487d37c83/src/handler_api.c#L31 https://github.com/toniebox-reverse-engineering/teddycloud/blob/f13703ad110b6c42f693d35b7ac211e487d37c83/src/handler_api.c#L1941 https://github.com/toniebox-reverse-engineering/teddycloud/blob/f13703ad110b6c42f693d35b7ac211e487d37c83/src/handler_api.c#L1942 Problem is that the buffer size of the post data is different to the body buffer size. Solution - align the buffer sizes or allocate...

This seems to be a setup related problem as a cross origin error occurs. What is the url you access the webfrontend of teddyCloud?

The problem was, that you targeted the master instead of the develop and I merged it. Please target the develop and try again

> What logs do you mean and how do I get them? I thought about a mitm-proxy but I would apriciate something easier … You can view and export the...