nixcloud / ip2unix

Turn IP sockets into Unix domain sockets
GNU Lesser General Public License v3.0
357 stars 10 forks source link

gensyms.py gives wrong output for __ip2unix__ #10

Closed etam closed 4 years ago

etam commented 4 years ago

Accidentally found here: https://github.com/nixcloud/ip2unix/issues/9#issuecomment-634880872

$ python3 ./scripts/gensyms.py ./src/preload.cc
{
  global: "__ip2unix__)(void"; [...]
  local: *;
};