panicbit

Results 21 issues of panicbit

See https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/vidioc-g-fbuf.html#c.v4l2_framebuffer

**Bug description** Setting the `text_column` of an `EntryCompletion` using its builder instead of using `set_text_column` causes weird rendering / behavior of popup completion: ```rust EntryCompletion::builder() .text_column(0) .build(); ``` [Changing the...

bug

The `get` and `put` family of functions on `MessageBuffer` use unsafe memory accesses and are missing bounds checks. They can thus can read and write out of bounds. E.g. in...

Enabling the band projection results in a garbled rendering on Android with OpenGL enabled. I could not replicate this on Linux. Version: 12.0v, Android Device: Samsung Galaxy S21 Ultra Steps...

Running around aimlessly in exploration/puzzle can cause "Lost Memory" to appear directly around the player. Version: 12.0, Android, Windows Relevant settings are all default. I can only reproduce this with...

### Observed behaviour The context sensitive help, i.e. right-clicking or using F1 sometimes gets stuck as if pointing outside the playing field. So instead of showing the help text for...

This change is [](https://reviewable.io/reviews/davidrhyswhite/rust-firebase/5)

The current shooting star functions (`query_stars`, `get_star_second`) unsafely use a global mutable static array (`LAST_STAR_SECONDS`). This is not a real issue for usage on the website, but it is an...

### Describe the bug ls, rm, cd and possibly other tools strip ansi escapes, rendering some file operations impossible or resulting in surprising and dangerous behaviour. ### How to reproduce...

enhancement
inconsistent-behavior
file-system