--- Day changed Sun Apr 10 2016 10:53 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Remote host closed the connection] 10:54 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #secp256k1 13:27 < gmaxwell> hmph. compiling with CFLAGS='-O2 -m32' ./configure ; make -j2 now throws a ton of errors in src/java/org_bitcoin_NativeSecp256k1.c because its lost my cflags and ends up trying to mix 32 and 64 bit code. 13:42 < sipa> hmpf. 13:59 -!- molz [~molly@unaffiliated/molly] has joined #secp256k1 14:04 < gmaxwell> heh. VERIFY_CHECK((r + len <= a) || (a + len <= r)); < not valid C. a and r pointers are incompariable, becuase they're derrived from different allocations. (I'm running the tis interperter on libsecp256k1 now.) 14:19 < sipa> i guess that check can be weakened to (r != a) 14:19 < sipa> or is that also disallowed? 14:23 < sipa> ah, but (p - q) != 0 would be allowed? 14:25 < sipa> http://stackoverflow.com/a/17584607 14:25 < sipa> that explains it 14:59 -!- GAit [~GAit@2-230-161-158.ip202.fastwebnet.it] has joined #secp256k1 15:24 -!- GAit [~GAit@2-230-161-158.ip202.fastwebnet.it] has quit [Quit: Leaving.] 15:28 < gmaxwell> sipa: you can't compare pointers that come from different allocations, they could be in different memory segments (for example). 15:29 < gmaxwell> so their comparison is "meaningless" 17:46 -!- btcdrak [uid115429@gateway/web/irccloud.com/x-cszbqlnojkzumpdu] has quit [Quit: Connection closed for inactivity] 20:11 -!- btcdrak [uid115429@gateway/web/irccloud.com/x-ndzxvdlrbwfpugkp] has joined #secp256k1 23:26 -!- btcdrak [uid115429@gateway/web/irccloud.com/x-ndzxvdlrbwfpugkp] has quit [Quit: Connection closed for inactivity]