]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/watchdog: close the fd when cmdline arg given
authorDevendra Naga <devendra.aaru@gmail.com>
Mon, 14 May 2012 18:12:02 +0000 (23:42 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 23 May 2012 14:27:40 +0000 (16:27 +0200)
commitf855e39de2e72cff2eebabfbc1569fd4635f40dd
tree4c88ca07108376d64fa29a43cbdff3e245a2a676
parenteb6c0cffc870737904bf6270db7ed4c8b741d733
Documentation/watchdog: close the fd when cmdline arg given

in the watchdog test code, the ioctl is performed on the watchdog device
and just doing exit(0) so we leak a filedescripor.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/watchdog/src/watchdog-test.c