Florian Weimer
Florian Weimer
We have received a different suggestion downstream: always use the generic library. There is a kludge that handles legacy hwcaps subdirectories: ```c /* Also try to install the same library...
Address Sanitizer already supports such object size checks and has an interface for them, but it does not provide ABI stability. One complication is that you cannot assume that an...
> > Address Sanitizer already supports such object size checks and has an interface for them, but it does not provide ABI stability. > > Interesting, so could you point...
And presumably there is also a requirement for querying the state during checkpoint. Something using `ptrace`? Or would you be okay with parsing some file under `/proc`? Thanks.
Regarding rseq registration detection, could you fork and obtain the details from the new process using ptrace? That would be library-agnostic. (I don't think self-ptrace works, but it might.) My...
> 3. After passing the gating, the build ended up in Testing instead of Stable: https://bodhi.fedoraproject.org/updates/FEDORA-2021-6749bfcfd9 @rh-mcermak I believe this is due to the Fedora 34 Beta freeze (which ends...
Have you actually attributed the crash to a specific `sprintf` call? What are its arguments?
Please note that I'm not entirely sure of the `g_new` change. Is the size of the array correct?
`AC_FIND_FUNC_NO_LIBS2` expects all callers to provide appropriate includes and argument lists: ```m4 dnl AC_FIND_FUNC_NO_LIBS2(func, libraries, includes, arguments, extra libs, extra args) […] AC_LINK_IFELSE([AC_LANG_PROGRAM([[$3]],[[$1($4)]])],[eval "if test -n \"$ac_lib\";then ac_cv_funclib_$1=$ac_lib; else ac_cv_funclib_$1=yes;...
What's the status here? @jbeverly @thesamesam Fedora is running into this as well.