0xbadbee
0xbadbee
> Hey, i tried to look into the issue a bit but I have a hard time to reproduce is. Is there a quick way to test this so I...
> 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:...
develop_debianNoASAN develop_ubuntuNoASAN work around this problem by disabling libasan for the affected archs.
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...
Please attach a log file with more details
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
Please check the logs during / after the setup and drop it here.
> 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...