cnplab / xennet

Xen optimizations for fast packet I/O
Other
11 stars 7 forks source link

fix for free() of unused bdgreq #1

Closed hwanju closed 10 years ago

hwanju commented 10 years ago

A little thing, but that free() led to a crash on my machine as follows: * glibc detected * ./bdgfnctl: double free or corruption (out): 0x00000000004009d0 ***

jpemartins commented 10 years ago

Hi Hwanju, nice! But before I merge could I ask just for a small detail? All the commits messages, in our repos, should come with a prefix. In this case, your commit message would prefixed with "bdgfn:". Would you changing that? Thanks a lot for the contribution! Cheers

hwanju commented 10 years ago

Added a prefix to the commit, and please check it :-) Cheers

jpemartins commented 10 years ago

Thanks a lot!