git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4a47d
)
Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL,...
author
Bernd Schmidt
<bernd.schmidt@analog.com>
Wed, 10 Oct 2007 09:54:19 +0000
(17:54 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Wed, 10 Oct 2007 09:54:19 +0000
(17:54 +0800)
Fix a problem reported in the forums - libstdc++ can call writev with an
iovec containing { NULL, 0 }, which works fine on i686-linux, but fails on
Blackfin. Fixed by allowing size 0 transfers to/from userspace regardless
of the address.
Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
No differences found