fefe17
fefe17
In meshcore/KVM/Linux/linux_events.c: 19 static const int g_keymapLen = 96; // Modify this when you change anything in g_keymap. 23 static struct keymap_t g_keymap[] = { This is needlessly error prone....
I would like to have a config file where I can specify command line options. In particular I have a mixed code base here, both C and C++ and half...
I get this warning from g++ 8.1 (on a C++ file that #includes the miniz.c from amalgamate.sh of current git head): ``` miniz.c: In function ‘tinfl_decompress_mem_to_mem.constprop’: miniz.c:2367:29: warning: ‘decomp.m_dist_from_out_buf_start’ is...
For example, RELRO and RUNPATH do not apply to static binaries, and stack canaries and fortify checks don't work because there are no external symbols you could detect. I think...
gvim under Linux only lets you select fonts that have the monospace flag set in the truetype header. These fonts don't. So I can't select them in my editor of...
$ make Building sdist for python3 Traceback (most recent call last): File "/src/cvs/ebpf/bcc/build/src/python/bcc-python3/setup.py", line 11, in setup(name='bcc', File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 147,...