Ticket #19 (closed bug: fixed)
convert bcopy calls to memcpy
| Reported by: | carns | Owned by: | carns |
|---|---|---|---|
| Priority: | major | Component: | BMI |
| Version: | HEAD | Keywords: | bcopy connect opensuse |
| Cc: |
Description
IRC report that openSUSE 10.3 came with a broken bcopy() implementation for some architectures:
https://bugzilla.novell.com/show_bug.cgi?id=328486
There are three remaining uses of bcopy() within PVFS. One of them happens to be for socket setup. The result is that all PVFS network connections are made to localhost.
We can just convert our bcopy() calls to memcpy() to make sure that we don't hit this particular problem. bcopy() is being deprecated in POSIX anyway.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/projects/pvfs/chrome/common/trac_banner.png)