K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-04-01T21:30:54.173332Z K 7 svn:log V 372 libnv: Don't lose big-endian flag when receiving a message. A bug caused the "big endian" flag to be lost when receiving a message. As a result, the bits are interpreted as little endian and an extremely large allocation is attempted. This change fixes ping(8)'s communication to casperd(8) on big-endian architectures. Reported by: Anton Shterenlikht Tested by: danfe END