Executive summary: late model mazda 6 entertainment consoles apparently don't escape text and parse the % in "99% invisible" as ... something. I'd be interested to know what people think this might be.
I think the most likely explanation is that the podcast name is being treated as a printf format string, something they mentioned in the show but erroneously dismissed. "% In" would be parsed as a "%n" directive, which can write arbritrary memory addresses and easily lead to a crash.
3 comments
[ 2.2 ms ] story [ 18.6 ms ] threadhttp://man7.org/linux/man-pages/man3/printf.3.html
https://en.m.wikipedia.org/wiki/Uncontrolled_format_string
https://news.ycombinator.com/item?id=19636858 (2 days ago)
https://news.ycombinator.com/item?id=19634169 (2 days ago)
https://news.ycombinator.com/item?id=19632890 (2 days ago)