Issue774

Title fsanitize=integer warning
Priority minor Status resolved
Assigned To fluzz Keywords
Linked issues Watchers fluzz

Submitted on 2014-11-23 19h45 by matthiaskrgr, last changed by fluzz.

Messages
Author: matthiaskrgr Date: 2014-11-23   19h45
compiled via     ./configure CC=clang  CFLAGS="-fsanitize=integer"  

when I talk to Guy on level 24, I get the following wraning:
lua/luaFD_tux.c:335:17: runtime error: unsigned integer overflow: 100 +
4294967196 cannot be represented in type 'unsigned int'
Author: fluzz Date: 2014-12-13   17h24
Fixed in commit d81da9b
History
Date User Action Args
2014-12-13 17:24:38fluzzsetstatus: open -> resolved
assignedto: fluzz
messages: + msg3004
nosy: + fluzz
2014-11-23 19:45:24matthiaskrgrcreate