Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373283
Collapse All | Expand All

(-)netcat/netcat.c (-2 / +5 lines)
Lines 2314-2321 Link Here
2314
	  holler ("%s [%s] %d (%s) open",
2314
	  holler ("%s [%s] %d (%s) open",
2315
	    whereto->name, whereto->addrs[0], curport, portpoop->name);
2315
	    whereto->name, whereto->addrs[0], curport, portpoop->name);
2316
#ifdef GAPING_SECURITY_HOLE
2316
#ifdef GAPING_SECURITY_HOLE
2317
	if (pr00gie)			/* exec is valid for outbound, too */
2317
    if (pr00gie)			/* -c or -e given? */
2318
	  doexec (netfd);
2318
	  if (doexec_use_sh)		/* -c */
2319
	    doexec_new (netfd);
2320
      else				/* -e */
2321
	    doexec (netfd);
2319
#endif /* GAPING_SECURITY_HOLE */
2322
#endif /* GAPING_SECURITY_HOLE */
2320
	if (! o_zero)
2323
	if (! o_zero)
2321
	  x = readwrite (netfd);	/* go shovel shit */
2324
	  x = readwrite (netfd);	/* go shovel shit */

Return to bug 373283