outbrain / fwumious_wabbit

Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
Other
134 stars 19 forks source link

fix the parser buffer overflow bug #40

Closed andraztori closed 3 years ago

andraztori commented 3 years ago

@yonatankarni This is more correct fix of the bug you've found - simply drop the use of buf and use more idiomatic get_unchecked()