Displaying 2 results from an estimated 2 matches for "unknowninlinedfun".
2019 Feb 26
8
Intermittent crashes with inset `[<-` command
The following code crashes after about 300 iterations on my?x86_64-w64-mingw32?machine on R 3.5.2 --vanilla.??
Others have duplicated this (see?https://github.com/tidyverse/magrittr/issues/190?if necessary), but I don't know how machine/OS-dependent it may be.??
If it doesn't crash for you, please try increasing the length of the x vector.
Substituting the commented-out line for the one
2025 Apr 30
3
[Bug 3819] New: safe_path may pass overlapping source and destination pointers on some systems
...r whether it's caused by Debian patches), I noticed
this in valgrind output:
sshd[22181]: ==22181== Source and destination overlap in
strlcpy(0x1ffeffd7e3, 0x1ffeffd7e3, 4096)
sshd[22181]: ==22181== at 0x484E64D: strlcpy
(vg_replace_strmem.c:667)
sshd[22181]: ==22181== by 0x189ED5: UnknownInlinedFun
(string_fortified.h:169)
sshd[22181]: ==22181== by 0x189ED5: safe_path (misc.c:2335)
sshd[22181]: ==22181== by 0x18A09D: safe_path_fd (misc.c:2376)
sshd[22181]: ==22181== by 0x138C47: auth_openfile
(auth2-pubkeyfile.c:477)
sshd[22181]: ==22181== by 0x13783A: user_key_allowed2
(a...