Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Test string here: (Score 2) 399

FWIW, I tried changing "echo vulnerable" to "whoami" and it didn't work. In fact, it segfaulted! Then I changed it to "echo `whoami`" and it worked as expected. So while it may possibly only work directly with built-in shell commands, they still get the full benefit of the command line parser and its handling of backquotes.

Comment Re:Remote exploit when it cant be exploited remote (Score 2) 399

Sure, but anything remote that can set up environment variables before starting bash can exploit it. Lots of idiot programmers like to blindly shell out to do stuff even when there's a simple library function to do things, such as unlink("$path") vs. system("rm $path"). And environment variables have this pesky habit of sticking around when you do that. Environment variables are commonly used with CGI, which is also commonly used with idiot programmers. So while it may be a "local" exploit, that's with unusually large values of "local".

Submission + - Emma Watson Nude Photo Threat a Plot to Censor 4chan

ideonexus writes: After Emma Watson gave a speech on the need for feminism to the United Nations, 4chan users threatened to release nude photos of the "Harry Potter" star in retaliation, setting up the emmayouarenext.com website with a countdown clock. Now it has been revealed that the site was an elaborate hoax intended publicize a movement to shut down 4chan.

Submission + - New Jersey man explores worlds largest beaver dam (www.cbc.ca)

An anonymous reader writes: So large it was first spotted from space, the worlds largest beaver dam, once thought inaccessible has now been explored by an amateur from New Jersey.

"The mosquitoes are absolutely horrific"

Submission + - RetroN 5 copyright violations on OSS and non-commercial software (libretro.com)

martiniturbide writes: I noticed on the emulation scene that are some complains about the legally of the source code used by the RetroN 5 console (NES, SNES, Super Famicom, Genesis, Mega Drive, Famicom, Game Boy, Game Boy Color, and GBA console in one). The open source project called "RetroArch" is complaining that "SNES9x" core and "Genesis Plus GX" core source code are available under a non commercial use license. There are also claims of "TIVO-ization" of the open source code included on RetroN 5. Some discussion and demands to RetroN 5 are registered on the AssemblerGame forum . The blog post show evidence of the binary comparison done with Google's BinDiff tool.

Comment Re:Cross between a music album and a video game (Score 1) 358

In other words, they have failed to understand (or more likely succeeded in forgetting) the primary purpose of recorded music. It is something you can listen to while doing something else.

"Interactive" music is not music, it is an interactive activity (aka game) which happens to contain music.

And he's right about one thing, I won't be pirating it, because I don't want it. That's a great way to stop piracy, with the minor side effect of stopping sales, too.

Comment Re:hope for improvements (Score 1) 330

If it was working perfectly fine until they changed it with no option to use the old rendering, I would consider that a bug on their side. The GPU being able to be locked up is indeed a problem, but one that that I am surprised hadn't been a problem before, like when 10.6.x was new. In researching what the hell was happening, I found that the usual fix for other OSes is to keep one reserved thread (or whatever they're called) running on the GPU that allows it to be reset in case it gets totally fucked up.

Comment Re:Surprising (Score 1) 92

Dos Doom used @ 320x200 in ModeY, Quake supported Michael Abrash's ModeX [wikipedia.org] @ 320x240.

Well it's only been a few decades, and I was mostly a Mac user back in the day. I did remember enough about VGA that as I posted, I was wondering where the hell all the color came from, because I was sure that 640x480 was only 16 colors. Oh the joys of cramming a frame buffer through a tiny chunk of a mere 1 megabyte addressing space. But at least I got the approximate CPU range right.

And FWIW, shrinking the screen down (and a coprocessor in the cartridge) was how they got it to run on SNES.

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...