Skip to content

Luv 0.5.7

Compare
Choose a tag to compare
@aantron aantron released this 15 Feb 20:23
· 143 commits to master since this release

Additions

Bugs fixed

  • SOMAXCONN might not fit into an OCaml (31-bit) integer on 32-bit platforms (#85, reported by Aleksandr Kuzmenko).
  • During Luv.Process.spawn, the OCaml GC was collecting uv_spawn arguments before they were used (#87, Bryan Phelps).
  • Write outside bounds of data structure during Luv.Thread_pool.queue_c_work (#93, Jerry James).