← Back to team overview

kicad-developers team mailing list archive

Re: fixing pointer bugs in 64 bit

 

in dialog_design_ rules.cpp, the data pointer is *not* used as a pointer, but only as an index (an
unsigned integer value, in fact)
the assumptions I made is a pointer is like an unsigned integer value; and 32 is enought to count
the amount of nets in a board.

I do not think this can creates a problem.

Ok. My report was just based on g++ errors as compilation fails because of the truncation. I'm on Ubunty 9.04 so g++ 4.3.3 (Ubuntu 4.3.3-5ubuntu4). Mateusz is reporting the same problem I think.

-Vesa






Follow ups

References