You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function uint32_to_le/uint32_to_le shall convert an integer value to little endian or from little endian. But it seems that the endianess check seems a bit weak. When cross compiled for a big endian target, the check mentioned above has not detected the targets big endianess.
The function
uint32_to_le
/uint32_to_le
shall convert an integer value to little endian or from little endian. But it seems that the endianess check seems a bit weak. When cross compiled for a big endian target, the check mentioned above has not detected the targets big endianess.protobuf-c-rpc/protobuf-c-rpc/protobuf-c-rpc-client.c
Line 438 in 44f1e87
protobuf-c-rpc/protobuf-c-rpc/protobuf-c-rpc-server.c
Line 283 in 44f1e87
The text was updated successfully, but these errors were encountered: