commit | 1ad3dcc09c88c6e01d7624398c591ff3aee22fbe | [log] [tgz] |
---|---|---|
author | Luke Yang <luke.adi@gmail.com> | Sat Mar 25 03:08:24 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:23:01 2006 -0800 |
tree | 80c1d28cf329a781ac137858eb6c613fb0eb424e | |
parent | f5163427453bc6ca2dd497eeb3e7a30d1c74b487 [diff] |
[PATCH] flat binary loader doesn't check fd table full In binfmt_flat.c, the flat binary loader should check file descriptor table and install the fd on the file. Convert the function to single-exit and fix this bug. Signed-off-by: "Luke Yang" <luke.adi@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>