--- Log opened Sun Apr 21 00:00:33 2024 00:12 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 02:42 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 02:52 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 04:33 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 06:01 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 06:29 < real_or_random> stratospher[m]: points_total > 0 is related to the loop condition. if points_total > 0, then the loop will be executed at least once (and the malloced memory will be written to, maybe not all of it, but at least some of it, which is enough to make the warning disappear) 06:31 -!- lbia [~lbia@user/lbia] has joined #secp256k1 06:33 < stratospher[m]> real_or_random: which malloced memory do you mean? 06:54 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 07:06 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 07:58 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 08:22 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 10:14 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 10:38 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 12:02 < real_or_random> the memory pointed by vs 12:03 < real_or_random> set in the for loop over block variable 12:05 < real_or_random> VERIFY_CHECK(vs_pos == points_total) below the loop probably helps the compiler, too. together with points_total > 0, this implies that vs_pos > 0 after the loop, and that the loop was executed once, and something was written to the vs array 16:39 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 22:26 -!- jon_atack [~jonatack@user/jonatack] has joined #secp256k1 22:28 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 268 seconds] 22:57 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 23:30 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] --- Log closed Mon Apr 22 00:00:33 2024