Hi Jinfei Fan, On 1.11.2013 4:04, Fan Jinfei wrote: > Not sure how to contribute. Can anyone help to review &apply the patch > for mainline? > fix: > 1. file buffer memory leak > 2. udp packet assembly (now can receive >4K packet) > 3. memory leak when incoming udp packet to un-open port > 4. Shared lib on ia32 build
Thanks for the patch! Someone will review it soon. In general, a bugfix can be submitted in three of the following ways: - you can send us a patch, like you just did (but preferably a separate patch for every issue that you fix) - or you can send us a so called bzr merge directive, which is basically a patch with bzr branch metadata embedded in it; the advantage is that we can merge it directly and the fix development history will be preserved - or you can point us to you bzr branch (e.g. on launchpad) with the fix Best, Jakub _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
