nx-libs icon indicating copy to clipboard operation
nx-libs copied to clipboard

libNX_X11: finding by gcc's "undefined" sanitizer

Open uli42 opened this issue 5 years ago • 0 comments

XKBleds.c:86:27: runtime error: left shift of 1073741824 by 1 places cannot be represented in type 'int'

1073741824 is 1<<30 (or 2^30)

uli42 avatar Jun 21 '19 22:06 uli42