Samuel Henrique
Samuel Henrique
I've received the following from a bug report on Debian: > pygtk is unmaintained upstream. It has not had a release since GNOME 3 > was released in 2011. >...
I tested the patch at https://github.com/aircrack-ng/aircrack-ng/pull/2554 and the issue persists, so this is a different issue.
aircrack-ng will be dropped from Debian testing tomorrow due to this issue (in case anyone finds this bug when looking for the package). Bug on the Debian side: https://bugs.debian.org/1051201
@Mister-X- The issue doesn't trigger on every build, I did 5 builds in a row when bisecting the regression. Maybe the reason it didn't fail was because of luck? Or...
@Arzte I've got the same issue with a failure to parse "templates/" and I've solved that with `ln -s themes/abridge/templates ./` (a symlink on `templates/`). I'm now getting a different...
I have applied this workaround for Debian, so in case any Debian user is reading this; you can install a working extension with `sudo apt install gnome-shell-extension-system-monitor`
Any chance of merging this on master and tagging as a new release?
CVE-2022-47022 was assigned to this issue. I didn't have any involvement in the assignment, posting here for visibility.
I am now using https://github.com/nvim-treesitter/nvim-treesitter-context to achieve this, I just need to set `mode = 'topline'`. It works based on treesitter and so it has a precise parsing of the...
To add on to @sergiodj's comment, there's no real buffer overflow happening, this is a false positive from the fortified function. This is implied from his explanation but I wanted...