Zany XDev
Zany XDev
https://github.com/rodlie/qtfm/blob/c073bfec46859ea12ab152a657fd7eb7aef58fe6/libfm/bookmarkmodel.cpp#L83
https://github.com/tass-belgium/picotcp/blob/master/modules/pico_olsr.c#L324 unsigned variable 'sublist->time_left' ` if (sublist->time_left
https://github.com/tass-belgium/picotcp/blob/46120abecc9fb79f7dfb2cc8192341a42e40fc8b/modules/pico_olsr.c#L674 Variable 'hello->htime' is reassigned a value before the old one has been used.
[cb.c](https://github.com/lutoma/xelix/blob/master/src/fs/ext2/cb.c#L627) `vfs_dirent_t* dest = (vfs_dirent_t*)(buf + offset);` >buf' is of type `void *`. When using void pointers in calculations, the behaviour is undefined.
In file [dirent.c:258](https://github.com/lutoma/xelix/blob/master/src/fs/ext2/dirent.c#L258) `while(current_ent < (struct dirent*)(dirents + dir->size)) {` >dirents' is of type void * [dirent.c:280](https://github.com/lutoma/xelix/blob/master/src/fs/ext2/dirent.c#L280) `memcpy((void*)new_dirent + sizeof(struct dirent), name, new_dirent->name_len);` >(void*)new_dirent' is of type void * [dirent.c:286](https://github.com/lutoma/xelix/blob/master/src/fs/ext2/dirent.c#L286)...
In file [bitmap.c](https://github.com/lutoma/xelix/blob/master/src/lib/bitmap.c#L92) `#define bit_get(num, bit) ((num) & (1 C99 §6.5.7 > 3 - The integer promotions are performed on each of the operands. The type of the result is...
In the [net.c](https://github.com/lutoma/xelix/blob/master/src/net/net.c#L102) `log(LOG_INFO, "net: New device %s mac %02x:%02x:%02x:%02x:%02x:%02x\n", name, mac[0], mac[1], mac[2], mac[3], mac[4], mac[5], mac[6]);` (error) Array **'mac[6]'** accessed at index 6, which is out of bounds.
In the file [src/int/i386-idt.c](https://github.com/lutoma/xelix/blob/master/src/int/i386-idt.c#L53) `lidt_pointer.base = (uint32_t)&idt_entries;` generate warning `src/int/i386-idt.c:53:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]` IMHO correct usage `intptr_t(optional) | signed integer type capable of...
MIDlet-1: Bravery Detective by FleXoR and BlackFan, /icon/icon.png, daydream.ink.M Create MIDlet Create Canvas:240, 320 Canvas repaint(): Cannot read field "platformFont" because "font" is nulljava.lang.NullPointerException: Cannot read field "platformFont" because "font"...
* [x] This is a bug report * [ ] This is a feature request * [x] I searched existing issues before opening this one ### Expected behavior [use instruction](https://docs.docker.com/install/linux/docker-ce/debian)...