Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Subtitle files can hack your computer

Name: Anonymous 2017-05-24 10:23

http://blog.checkpoint.com/2017/05/23/hacked-in-translation/
Was this brought on us by using media players made in C?

Name: Anonymous 2017-05-28 10:21

>>40
Mirror, mirror on the wall, whos the leakiest abstraction of them all?
>execute some OS command by writing to stdout
Is this linux specific at least?

Name: Anonymous 2017-05-28 10:42

>>41
http://man7.org/linux/man-pages/man4/console_codes.4.html
ESC ] 0 ; txt ST Set icon name and window title to txt.
ESC ] 1 ; txt ST Set icon name to txt.
ESC ] 2 ; txt ST Set window title to txt.
ESC ] 4 ; num; txt ST Set ANSI color num to txt.
ESC ] 10 ; txt ST Set dynamic text color to txt.
ESC ] 4 6 ; name ST Change log file to name (normally disabled
by a compile-time option)
ESC ] 5 0 ; fn ST Set font to fn.

Name: Anonymous 2017-05-28 11:14

What happens with this?
ESC [ 14 ; n ] Set the VESA powerdown interval in minutes.

Name: Anonymous 2017-05-28 11:23

>>43
Turns off the screen.

Name: Anonymous 2017-05-28 11:42

>>41
All terminal emulators support some escape codes, including Windows'.

Name: Anonymous 2017-05-28 11:52

Name: Cudder !cXCudderUE 2017-05-28 15:19

>>40
Shut the fuck up. This is the sort of bullshit that makes useful utilities like cat turn into ENTERPRISE QUALITY bloatstrosities that are larger and yet less general and useful than their predecessors. There's no need to "validate" any input.

One only has to look at PowersHell and its ridiculous fuckups with assuming character encoding and such to see an example of this retardedness in action.

https://brianreiter.org/2010/01/29/powershells-object-pipeline-corrupts-piped-binary-data/

Name: Anonymous 2017-05-28 16:52

My other cat!

Name: Anonymous 2017-05-28 17:27

>>47
Nice try blaming the user instead of the programmer

Name: Anonymous 2017-05-28 17:31

>>47
Yet again Cudder proves, that Russians are oriental niggers.

Name: Anonymous 2017-05-28 19:18

This will only be fixed when people honor innovators instead of cultural appropriators. Why is it that nobody can name a single person who worked on MULTICS but they know all about MULTICS without balls's cultural appropriators?

Name: Anonymous 2017-05-28 20:16

>>39
Fixed.

#include <stdio.h>

int main(void)
{
/*
* buf is initialized to an array of 32 zero bytes, and since the
* fread call will read in at most 31 bytes into buf, the resulting
* string is guaranteed to be nul-terminated.
*/
char buf[32] = {0};
fread(buf, 1, 31, stdin);
printf("You said %s!\n", buf);
return(0);
}


>>40
That's not an issue with my program, it's an issue with the shell/terminal.

Name: Anonymous 2017-05-29 15:57

Why is no one commenting on the monstrous use of ``le turing complete enterprise e/g/in web languages'' on something so simple as just colored text on a screen?
If you ask me, that's why this happened. There's no need to implement something that complex there.

Name: Anonymous 2017-05-29 16:06

>>53
Because subtitles can be more complex than "colored text on a screen"
http://i.imgur.com/vohDOmY.jpg

Name: Anonymous 2017-05-29 16:24

Name: Anonymous 2017-05-29 16:36

>>53
Postscript is great.

Name: Anonymous 2017-05-29 23:02

To date, we tested and found vulnerabilities in four of the most prominent media players: VLC, Kodi, Popcorn Time and Stremio
Holy shit who uses any of those? Why does this matter?
Anyway, can someone let me know if there is a reason for me to switch away from MPC-HC+MadVR?

Name: Anonymous 2017-05-30 0:02

>>54
No one NEEDS that. You're exposing everyone to a hack because some weeaboos want effects on their horrible songs with idiotic lyrics.

Go back to leddit.

Name: Anonymous 2017-05-30 0:09

>>58
Sorry Rabbi, these are valid features and not used only in anime

Name: Anonymous 2017-05-30 1:53

>>54
``Text" doesn't mean ``pure ASCII", you know.

Name: Anonymous 2017-05-30 3:21

>>57
Holy shit who uses any of those? Why does this matter?
Millions of people use those. They're the most popular, after all.

can someone let me know if there is a reason for me to switch away from MPC-HC+MadVR?
Not using Windows.

Name: Anonymous 2017-05-30 10:41

>>52
That's not an issue with my program, it's an issue with the shell/terminal.

Your program relies on a terminal for output, so it is the issue with your shitty code. You should either provide your own output method or sanitize output, so it won't break Unix and Windows terminals.

Name: Cudder !cXCudderUE 2017-05-30 12:15

>>62
Bullshit. What if you redirect the output into a file? Or to another process?

Name: Anonymous 2017-05-30 12:55

>>63

Redirecting is not the default. In general, stdout is for writing text data only. Files one fopens require explicitly specifying "wb", otherwise written data will be interpreted as text, with various text transformations applied.

Name: Anonymous 2017-05-30 14:35

>>61
What reason do I have to switch away from Windows 7 until it becomes obsolete?
It's fairly minimalist.

Name: Anonymous 2017-05-30 15:33

Name: Anonymous 2017-05-30 17:14

https://en.wikipedia.org/wiki/Heartbleed
On the first aspect, Merkel mentions the use of the C programming language as one risk factor which favored Heartbleed's appearance, echoing Wheeler's analysis

time to holocaust the C jews!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List