Bug 2071 - void buffer_size(int size) linux-2.6.26/nsc/sim_support.cpp use int instead of size_t
void buffer_size(int size) linux-2.6.26/nsc/sim_support.cpp use int instead o...
Status: NEW
Product: nsc
Classification: Unclassified
Component: Linux
unspecified
PC Windows
: P5 enhancement
Assigned To: Sam Jansen
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-24 16:43 EST by Manuel Rüger
Modified: 2015-02-24 16:43 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger 2015-02-24 16:43:42 EST
I've found this patch, which is added to nsc yet. I guess size_t is int64_t on x86_64, while int32_t on x86, which might lead to issues there.

https://github.com/inet-framework/inet/blob/master/3rdparty/patch_for_nsc-0.5.3-amd64.txt