Alex Xu
                                            Alex Xu
                                        
                                    > I don't actually know Rust, but I think the quoted code necessitates allocation. It should probably be reusing internal storage or if there's an API contract to keep the...
this is only on non-solaris/fuchsia/redox/illumos. on those platforms, the name is copied into a heap-allocated buffer: https://github.com/rust-lang/rust/blob/ddafcc0b66e04ac4793361d3bd604c8c8a9d16a8/library/std/src/sys/unix/fs.rs#L467
actually, that's just what I want for Gentoo: a few images, just to check basic functionality; not some hours-long test suite. I could write it myself, but having it upstream...
ehm, true, that is an issue...
as a workaround, on Unix-like systems, you can do `ln -s /dev/stdout /tmp/stdout.ppm; djxl image.jxl /tmp/stdout.ppm | mpv -`.
the only reasonable threat model here is one of an offline attacker, i.e. someone removes the hard drive from your computer and scans it for passwords. obviously the attacker cannot...
took a look at https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html, I think some other builtins affected (probably not exhaustive): LC_MESSAGES=x anything-with-output IFS=x read HOME=x cd
seems to be fixed after restarting bitlbee
I suspect (but have not attempted to verify) that this can be caused by using the "Turn Off Chat" function on the Facebook website, then restarting bitlbee.