Bug 2071

Summary: void buffer_size(int size) linux-2.6.26/nsc/sim_support.cpp use int instead of size_t
Product: nsc Reporter: Manuel Rüger <mrueg>
Component: LinuxAssignee: Sam Jansen <sam.jansen>
Status: NEW ---    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Windows   

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