41Baloo / balooProxy

Lightweight http anti-ddos reverse-proxy made in golang
GNU General Public License v3.0
169 stars 39 forks source link

Race Condition bug #62

Closed Algo1337 closed 3 months ago

Algo1337 commented 3 months ago

This is suppose to run parrallel so you can parse connections faster. This is vuln to ddos.

https://github.com/41Baloo/balooProxy/blob/1ba331b98f44016c99c9a50ab544e742a0c328a8/core/server/monitor.go#L101

Algo1337 commented 3 months ago

Changed title

41Baloo commented 3 months ago

Not a race condition. Always ran in locked threads.

The only time this is used is inside of a locked thread. Please at least try to understand the code/language before opening chatgpt generated issues.

https://github.com/41Baloo/balooProxy/blob/1ba331b98f44016c99c9a50ab544e742a0c328a8/core/server/monitor.go#L88-L92