-
```c
void foo(int pc) {
int *arr[2] = {&&x, &&y};
int var = 0;
goto *arr[pc];
x:
arr[0] = (void *)0;
*arr[0] = 10086;
return;
y:
return;
}
int main() { foo(…
ghost updated
9 months ago
-
i think you should update this plugin for
http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff;f=lib/python/Plugins/SystemPlugins/Blindscan/plugin.py;h=b25d890130c4ec2706f22ffac978f87455cd0684;h…
-
The website http://git.op5.org/gitweb seems not available anymore.
-
See http://fuse.git.sourceforge.net/git/gitweb.cgi?p=fuse/fuse;a=blob;f=doc/kernel.txt (search for INTERRUPT) for the "specification".
-
Coreboot and Flashrom projects have tool, bios_extract - see http://review.coreboot.org/gitweb?p=bios_extract.git;a=tree . What do you think about merging your code in this tool?
-
Hi there,
is it possible to fix the FindOpenSSL routine in cmake for supporting OpenSSL 1.0.2a?
http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5d9a8283cfac15b4a5a07f18d5eb10c1f388505
Would…
evmuc updated
9 years ago
-
It is probably most common and cheapest USB relay on the market
It has USB VID:PID: 16c0:05df
See https://github.com/rfael/usbrelay-rs/blob/main/src/usbrelay.rs
Also see https://github.com/da…
-
runing init.pl, then option 1:
Downloading schema... Error downloading http://git.musicbrainz.org/gitweb/?p=musicbrainz-server.git;a=blob_plain;f=admin/sql/CreateTables.sql;hb=master: 404 Not Found
…
wucko updated
9 years ago
-
```
What steps will reproduce the problem?
1. From the C-stack we call into a "trampoline" that will take the first
argument and jump to the address that was passed.
2. When the first C method is bei…
-
```
What steps will reproduce the problem?
1. From the C-stack we call into a "trampoline" that will take the first
argument and jump to the address that was passed.
2. When the first C method is bei…