HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andreyv

no profile record

Submissions

CVE-2024-6409: OpenSSH: Possible remote code execution in privsep child

openwall.com
141 points·by andreyv·قبل سنتين·56 comments

comments

andreyv
·قبل 7 أشهر·discuss
Follow this forum: https://forum.sailfishos.org/c/announcements/17.
andreyv
·السنة الماضية·discuss
Autoconf can use cache files [1], which can greatly speed up repeated configures. With cache, a test is run at most once.

[1] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/a...
andreyv
·السنة الماضية·discuss
Here is a non-zero null pointer: https://gcc.godbolt.org/z/Po5r5Pa36
andreyv
·قبل سنتين·discuss
It creates a compound literal [1] of type array of int, and initializes the specified array positions using designated initializers [2] with the results of calls to puts().

Using designated initializers without the = symbol is an obsolete extension.

[1] https://gcc.gnu.org/onlinedocs/gcc/Compound-Literals.html [2] https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html
andreyv
·قبل سنتين·discuss
Even the original version 1507 is still supported on the LTSC channel. Support for UTF-8 manifest was added only in version 1903.
andreyv
·قبل سنتين·discuss
Old does not mean bad. Even a decade later Wayland struggles to provide basic features that were built in the X protocol.
andreyv
·قبل 3 سنوات·discuss
The number of registers available to the program is fixed in the instruction set. The program cannot address more registers without recompiling it to an extended instruction set.
andreyv
·قبل 3 سنوات·discuss
First person shooters. Vertical synchronization causes a noticeable output delay.

For example, with a 60 Hz display and vsync, game actions might be shown up to 16 ms later than without vsync, which is ages in FPS.
andreyv
·قبل 3 سنوات·discuss
The Soviet Union briefly tried 5 and 6 day weeks in the 1930s: https://en.wikipedia.org/wiki/Soviet_calendar
andreyv
·قبل 3 سنوات·discuss
You can use systemd-cron [1] to run traditional cron jobs with systemd. No need for a separate daemon anymore.

[1] https://github.com/systemd-cron/systemd-cron