mscdex
mscdex
Issue(s) found via [cppcheck](http://cppcheck.sourceforge.net/).
While attempting to do `python setup.py install` I get this error (Python 2.6.5): ``` SyntaxError: ('invalid syntax', ('/home/mscdex/bin/lib/python2.6/site-packages/uncompyle/Scanner.py', 762, 60, ' num_pj += len({ self.lines[a][0] for a in self.__all_instr(code, k,...
After pulling in recent changes I encountered a couple of issues so far: - With the new AVX target, I found that the XRSTORE check only works for AVX2. Here's...
First off, thank you for providing this open source library (and under the BSD license). My question is: would it be possible to see versions of the decoding functions that...
Currently I have an OPNsense installation with the wifibox ports installed. The guest boots and everything seems mostly ok, however I am configuring this for hostapd and am at a...
ABI compatibility is kept within a node stable series, so there is no need to check against specific node versions.
### Version At least v18.x and by the looks of it, everything since ### Platform _No response_ ### Subsystem _No response_ ### What steps will reproduce the bug? Configuring with...
### Version 18.x+ ### Platform all ### Subsystem build ### What steps will reproduce the bug? As the title says, `--v8-disable-object-print` does not work because [`--v8-enable-object-print` defaults to `True`](https://github.com/nodejs/node/blob/a8de25ed1523594dd6bf0ee08a24f146d38cb4e8/configure.py#L797C1-L801) and...
I have an x86-64 VM running kernel 5.15.67 with two virtio_net network interfaces. Only one of the interfaces uses xdp-filter with the xdpfilt_dny_ip program (compiled using clang 11). I'm using...
This flag comes directly from [Apple's own page on sysctl names](https://developer.apple.com/documentation/kernel/1387446-sysctlbyname/determining_instruction_set_characteristics).