Ticket #19 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by carns

  • status changed from new to closed
  • resolution set to fixed

converted all occurrences of bcopy to memcpy and propagated to appropriate branches.

Note: See TracTickets for help on using tickets.