[PATCH] Fix returning random value bug in os::set_native_priority of os_bsd.cpp
Fix returning random value bug in os::set_native_priority of os_bsd.cpp The returned result is not used on all platforms, therefore this bug doesn't break anything. But it's better to be fixed before somebody starts checking the return result. Xiaoguang
On Fri, Aug 16, 2013 at 10:43:08PM +0800, Xiaoguang Sun wrote:
Fix returning random value bug in os::set_native_priority of os_bsd.cpp
The returned result is not used on all platforms, therefore this bug doesn't break anything. But it's better to be fixed before somebody starts checking the return result.
Xiaoguang
Thanks Xiaoguang! Do you have paperwork on file with Oracle that would allow us to commit this fix to the repository? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
Hi Greg, I have signed OCA paperwork before I submitted this patch. So it's good. BTW is there any easy thing that I can work on to contribute to bsd-port so I can gradually picking up and make more contribution? Thanks. Xiaoguang On Sun, Sep 22, 2013 at 2:37 AM, Greg Lewis <glewis@eyesbeyond.com> wrote:
On Fri, Aug 16, 2013 at 10:43:08PM +0800, Xiaoguang Sun wrote:
Fix returning random value bug in os::set_native_priority of os_bsd.cpp
The returned result is not used on all platforms, therefore this bug doesn't break anything. But it's better to be fixed before somebody starts checking the return result.
Xiaoguang
Thanks Xiaoguang! Do you have paperwork on file with Oracle that would allow us to commit this fix to the repository?
-- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
participants (2)
-
Greg Lewis
-
Xiaoguang Sun